Mercurial > public > mercurial-scm > hg-stable
diff tests/test-help.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 | 166b9866580a |
children | b63f6422d2a7 |
line wrap: on
line diff
--- a/tests/test-help.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-help.t Thu Sep 16 17:51:32 2010 -0500 @@ -400,6 +400,7 @@ [+] marked option can be specified multiple times use "hg -v help add" to show global options + [255] Test ambiguous command help @@ -573,6 +574,7 @@ update update working directory (or switch revisions) use "hg help" for the full list of commands or "hg -v" for details + [255] $ hg skjdfks hg: unknown command 'skjdfks' @@ -599,6 +601,7 @@ update update working directory (or switch revisions) use "hg help" for the full list of commands or "hg -v" for details + [255] $ cat > helpext.py <<EOF > import os