Mercurial > public > mercurial-scm > hg-stable
diff tests/test-subrepo.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 | f2daa6ab514a |
children | 92e30e135581 |
line wrap: on
line diff
--- a/tests/test-subrepo.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-subrepo.t Thu Sep 16 17:51:32 2010 -0500 @@ -21,6 +21,7 @@ $ hg ci -mbad s abort: can't commit subrepos without .hgsub + [255] $ hg -R s ci -Ams0 adding a @@ -302,6 +303,7 @@ searching for changes abort: push creates new remote heads on branch 'default'! (did you forget to merge? use push -f to force) + [255] $ hg push -f pushing .*sub/t pushing .*sub/t/s/ss @@ -361,6 +363,7 @@ $ echo 'bogus=[boguspath' >> .hgsub $ hg ci -m 'bogus subrepo path' abort: missing ] in subrepo source + [255] issue 1986 @@ -577,6 +580,7 @@ $ hg -q -R repo2 push abort: push creates new remote heads on branch 'default'! (did you forget to merge? use push -f to force) + [255] $ hg -R repo update 0 files updated, 0 files merged, 0 files removed, 0 files unresolved $ rm -rf repo2 repo