Mercurial > public > mercurial-scm > hg
diff tests/test-branches.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 | 52ec5c813723 |
children | 05fffd665170 |
line wrap: on
line diff
--- a/tests/test-branches.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-branches.t Thu Sep 16 17:51:32 2010 -0500 @@ -43,10 +43,13 @@ $ hg branch tip abort: the name 'tip' is reserved + [255] $ hg branch null abort: the name 'null' is reserved + [255] $ hg branch . abort: the name '.' is reserved + [255] $ echo 'd' >d $ hg add d @@ -235,6 +238,7 @@ a branch name much longer than the default justification used by branches 7:10ff5895aa57 $ hg heads b no open branch heads found on branches b + [1] $ hg heads --closed b changeset: 12:2da6583810df branch: b @@ -316,6 +320,7 @@ $ hg heads --active a no open branch heads found on branches a + [1] branch b