##// END OF EJS Templates
test-branches: add a test for long branch name (issue 1230)
Patrick Mezard -
r6815:7d6622ea default
parent child Browse files
Show More
@@ -33,7 +33,7 b' hg commit -d \'5 0\' -u test -m "Adding c '
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
@@ -5,14 +5,14 b' created new head'
5 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
5 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
6 created new head
6 created new head
7 marked working directory as branch c
7 marked working directory as branch c
8 marked working directory as branch d
8 marked working directory as branch a branch name much longer than the default justification used by branches
9 d 6:9c581c5ff105
9 a branch name much longer than the default justification used by branches 6:b8cb5af34c4d
10 b 4:22df7444f7c1
10 b 4:22df7444f7c1
11 a 1:dd6b440dd85a
11 a 1:dd6b440dd85a
12 c 5:5ca481e59b8c (inactive)
12 c 5:5ca481e59b8c (inactive)
13 default 0:19709c5a4e75 (inactive)
13 default 0:19709c5a4e75 (inactive)
14 -------
14 -------
15 d 6:9c581c5ff105
15 a branch name much longer than the default justification used by branches 6:b8cb5af34c4d
16 b 4:22df7444f7c1
16 b 4:22df7444f7c1
17 a 1:dd6b440dd85a
17 a 1:dd6b440dd85a
18 --- Branch a
18 --- Branch a
General Comments 0
You need to be logged in to leave comments. Login now