Mercurial > hg
comparison tests/test-branches.t @ 17850:71c1513fd560 stable
scmutil: generalize message to make it more i18n-friendly
author | Wagner Bruna <wbruna@yahoo.com> |
---|---|
date | Sun, 21 Oct 2012 11:20:33 -0200 |
parents | 361ab1e2086f |
children | b74361cf7c0a |
comparison
equal
deleted
inserted
replaced
17849:6da47b655d97 | 17850:71c1513fd560 |
---|---|
58 [255] | 58 [255] |
59 | 59 |
60 invalid characters | 60 invalid characters |
61 | 61 |
62 $ hg branch 'foo:bar' | 62 $ hg branch 'foo:bar' |
63 abort: ':' cannot be used in a branch name | 63 abort: ':' cannot be used in a name |
64 [255] | 64 [255] |
65 | 65 |
66 $ hg branch 'foo | 66 $ hg branch 'foo |
67 > bar' | 67 > bar' |
68 abort: '\n' cannot be used in a branch name | 68 abort: '\n' cannot be used in a name |
69 [255] | 69 [255] |
70 | 70 |
71 $ echo 'd' >d | 71 $ echo 'd' >d |
72 $ hg add d | 72 $ hg add d |
73 $ hg branch 'a branch name much longer than the default justification used by branches' | 73 $ hg branch 'a branch name much longer than the default justification used by branches' |