##// END OF EJS Templates
tests: demonstrate that close-head command updates working copy...
Martin von Zweigbergk -
r42480:c51b1032 default
parent child Browse files
Show More
@@ -33,7 +33,11 b''
33 $ hg --config extensions.closehead= close-head -m 'Not a head' -r 0 1
33 $ hg --config extensions.closehead= close-head -m 'Not a head' -r 0 1
34 abort: revision is not an open head: 0
34 abort: revision is not an open head: 0
35 [255]
35 [255]
36 $ hg id
37 000000000000
36 $ hg --config extensions.closehead= close-head -m 'Close old heads' -r 1 2
38 $ hg --config extensions.closehead= close-head -m 'Close old heads' -r 1 2
39 $ hg id
40 340d36cac2f4 tip
37 $ hg bookmark
41 $ hg bookmark
38 @ 1:66f7d451a68b
42 @ 1:66f7d451a68b
39 $ hg heads
43 $ hg heads
General Comments 0
You need to be logged in to leave comments. Login now