# HG changeset patch # User Martin von Zweigbergk # Date 2019-05-11 05:18:11 # Node ID c51b103220c791d229cfeb6a76de709f7bbf8e08 # Parent 4fbfc893e6b9a3f2a056433c2f4d476e088e44fc tests: demonstrate that close-head command updates working copy The help text for the command says "...it doesn't change the working directory", so I don't think this is intentional. Differential Revision: https://phab.mercurial-scm.org/D6364 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