equal
deleted
inserted
replaced
225 | | |
225 | | |
226 | o bar@1.public: 1 |
226 | o bar@1.public: 1 |
227 |/ |
227 |/ |
228 o test@0.public: 0 |
228 o test@0.public: 0 |
229 |
229 |
|
230 $ hg export --git 8 |
|
231 # HG changeset patch |
|
232 # User bar |
|
233 # Date 0 0 |
|
234 # Node ID 6f5ea6ac8b705521c6d5f49a04ed142e3f76645d |
|
235 # Parent d2e44c99fd3f31c176ea4efb9eca9f6306c81756 |
|
236 1 |
|
237 |
230 Graft again onto another branch should preserve the original source |
238 Graft again onto another branch should preserve the original source |
231 $ hg up -q 0 |
239 $ hg up -q 0 |
232 $ echo 'g'>g |
240 $ echo 'g'>g |
233 $ hg add g |
241 $ hg add g |
234 $ hg ci -m 7 |
242 $ hg ci -m 7 |