Show More
@@ -316,6 +316,15 b' Test writing only to filelog' | |||
|
316 | 316 | a -> k |
|
317 | 317 | #endif |
|
318 | 318 | |
|
319 | Existing copy information is preserved by amend | |
|
320 | $ hg cp a l | |
|
321 | $ hg ci -m 'copy a to l' | |
|
322 | $ hg showcopies | |
|
323 | a -> l | |
|
324 | $ hg ci --amend -m 'new description' | |
|
325 | saved backup bundle to $TESTTMP/repo/.hg/strip-backup/*-*-amend.hg (glob) | |
|
326 | $ hg showcopies | |
|
327 | a -> l (no-extra !) | |
|
319 | 328 | $ cd .. |
|
320 | 329 | |
|
321 | 330 | Test rebasing a commit with copy information |
General Comments 0
You need to be logged in to leave comments.
Login now