comparison tests/test-branches @ 6815:7d6622eaad08

test-branches: add a test for long branch name (issue 1230)
author Patrick Mezard <pmezard@gmail.com>
date Sun, 20 Jul 2008 21:00:13 +0200
parents a2b13cac0922
children 92d44ec32430
comparison
equal deleted inserted replaced
6814:88804fad71bc 6815:7d6622eaad08
31 hg branch c 31 hg branch c
32 hg commit -d '5 0' -u test -m "Adding c branch" 32 hg commit -d '5 0' -u test -m "Adding c branch"
33 33
34 echo 'd' >d 34 echo 'd' >d
35 hg add d 35 hg add d
36 hg branch d 36 hg branch 'a branch name much longer than the default justification used by branches'
37 hg commit -d '6 0' -u test -m "Adding d branch" 37 hg commit -d '6 0' -u test -m "Adding d branch"
38 38
39 hg branches 39 hg branches
40 echo '-------' 40 echo '-------'
41 hg branches -a 41 hg branches -a