Mercurial > public > mercurial-scm > hg-stable
diff tests/test-tag.t @ 12316:4134686b83e1
tests: add exit codes to unified tests
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 16 Sep 2010 17:51:32 -0500 |
parents | 4c94b6d0fb1c |
children | 22f3353bcc36 |
line wrap: on
line diff
--- a/tests/test-tag.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-tag.t Thu Sep 16 17:51:32 2010 -0500 @@ -14,6 +14,7 @@ $ hg tag ' ' abort: tag names cannot consist entirely of whitespace + [255] $ hg tag "bleah" $ hg history @@ -88,8 +89,10 @@ $ hg tag -l 'xx > newline' abort: '\n' cannot be used in a tag name + [255] $ hg tag -l 'xx:xx' abort: ':' cannot be used in a tag name + [255] cloning local tags