##// END OF EJS Templates
tests: add exit codes to unified tests
tests: add exit codes to unified tests

File last commit:

r12316:4134686b default
r12316:4134686b default
Show More
test-issue433.t
13 lines | 202 B | text/troff | Tads3Lexer
Adrian Buehlmann
tests: unify test-issue*
r12195 # http://mercurial.selenic.com/bts/issue433
$ hg init
$ echo a > a
$ hg commit -Ama
adding a
$ hg parents -r 0 doesnotexist
abort: 'doesnotexist' not found in manifest!
Matt Mackall
tests: add exit codes to unified tests
r12316 [255]
Adrian Buehlmann
tests: unify test-issue*
r12195
$ true