Submitter | phabricator |
---|---|
Date | May 15, 2019, 6:03 p.m. |
Message ID | <92bec05d1f97a05aed6124d8918db40a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40051/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-close-head.t b/tests/test-close-head.t --- a/tests/test-close-head.t +++ b/tests/test-close-head.t @@ -33,7 +33,11 @@ $ hg --config extensions.closehead= close-head -m 'Not a head' -r 0 1 abort: revision is not an open head: 0 [255] + $ hg id + 000000000000 $ hg --config extensions.closehead= close-head -m 'Close old heads' -r 1 2 + $ hg id + 340d36cac2f4 tip $ hg bookmark @ 1:66f7d451a68b $ hg heads