tests/test-branches
changeset 8695 9a89253a32e6
parent 8168 8766fee6f225
child 8796 2bcef677a6c3
--- a/tests/test-branches	Wed Jun 03 13:42:55 2009 +0200
+++ b/tests/test-branches	Wed Jun 03 13:59:38 2009 +0200
@@ -62,8 +62,8 @@
 echo 'xxx3' >> b
 hg commit -d '9 0' -m 'adding another cset to branch b'
 hg branches
+hg heads --closed
 hg heads
-hg heads -a
 hg commit -d '9 0' --close-branch -m 'prune bad branch'
 hg branches -a
 hg up -C b
@@ -75,5 +75,5 @@
 hg commit -d '9 0' -m 'reopen branch with a change'
 echo '--- branch b is back in action'
 hg branches -a
+hg heads -c
 hg heads
-hg heads -a