comparison tests/test-branches @ 8991:7e0b31dfc66f

branches: add --closed flag for consistency with heads
author Matt Mackall <mpm@selenic.com>
date Wed, 01 Jul 2009 00:31:59 -0500
parents 2bcef677a6c3
children 58e040c51231
comparison
equal deleted inserted replaced
8990:627399330c7d 8991:7e0b31dfc66f
68 hg branches -a 68 hg branches -a
69 hg up -C b 69 hg up -C b
70 hg commit -d '9 0' --close-branch -m 'close this part branch too' 70 hg commit -d '9 0' --close-branch -m 'close this part branch too'
71 echo '--- b branch should be inactive' 71 echo '--- b branch should be inactive'
72 hg branches 72 hg branches
73 hg branches -c
73 hg branches -a 74 hg branches -a
74 hg heads b 75 hg heads b
75 hg heads --closed b 76 hg heads --closed b
76 echo 'xxx4' >> b 77 echo 'xxx4' >> b
77 hg commit -d '9 0' -m 'reopen branch with a change' 78 hg commit -d '9 0' -m 'reopen branch with a change'