Mercurial > hg
changeset 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 | 88804fad71bc |
children | d8159dd15db3 08d9e0f974d9 |
files | tests/test-branches tests/test-branches.out |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-branches Sun Jul 20 12:09:37 2008 +0200 +++ b/tests/test-branches Sun Jul 20 21:00:13 2008 +0200 @@ -33,7 +33,7 @@ echo 'd' >d hg add d -hg branch d +hg branch 'a branch name much longer than the default justification used by branches' hg commit -d '6 0' -u test -m "Adding d branch" hg branches
--- a/tests/test-branches.out Sun Jul 20 12:09:37 2008 +0200 +++ b/tests/test-branches.out Sun Jul 20 21:00:13 2008 +0200 @@ -5,14 +5,14 @@ 0 files updated, 0 files merged, 1 files removed, 0 files unresolved created new head marked working directory as branch c -marked working directory as branch d -d 6:9c581c5ff105 +marked working directory as branch a branch name much longer than the default justification used by branches +a branch name much longer than the default justification used by branches 6:b8cb5af34c4d b 4:22df7444f7c1 a 1:dd6b440dd85a c 5:5ca481e59b8c (inactive) default 0:19709c5a4e75 (inactive) ------- -d 6:9c581c5ff105 +a branch name much longer than the default justification used by branches 6:b8cb5af34c4d b 4:22df7444f7c1 a 1:dd6b440dd85a --- Branch a