Submitter | phabricator |
---|---|
Date | March 19, 2022, 5:05 a.m. |
Message ID | <differential-rev-PHID-DREV-rtmxkgwuovkh6pf6plsz-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50730/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/tests/test-copies-in-changeset.t b/tests/test-copies-in-changeset.t --- a/tests/test-copies-in-changeset.t +++ b/tests/test-copies-in-changeset.t @@ -316,6 +316,15 @@ a -> k #endif +Existing copy information is preserved by amend + $ hg cp a l + $ hg ci -m 'copy a to l' + $ hg showcopies + a -> l + $ hg ci --amend -m 'new description' + saved backup bundle to $TESTTMP/repo/.hg/strip-backup/*-*-amend.hg (glob) + $ hg showcopies + a -> l (no-extra !) $ cd .. Test rebasing a commit with copy information