Submitter | phabricator |
---|---|
Date | June 19, 2018, 9:16 p.m. |
Message ID | <differential-rev-PHID-DREV-zm46qxmoyyh72qslbqmn-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/32337/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-uncommit.t b/tests/test-uncommit.t --- a/tests/test-uncommit.t +++ b/tests/test-uncommit.t @@ -278,6 +278,13 @@ 12: draft $ hg commit -m 'update ab again' +Phase is preserved + + $ hg uncommit --keep --config phases.new-commit=secret + $ hg phase -r . + 15: draft + $ hg commit --amend -m 'update ab again' + Uncommit with public parent $ hg phase -p "::.^" @@ -294,7 +301,7 @@ $ hg status A xyz $ hg phase -r . - 16: draft + 18: draft $ hg phase -r ".^" 12: public