##// END OF EJS Templates
util: flush stdout before calling external processes...
r13439:d724a693 stable
Show More
test-issue433.t
10 lines | 189 B | text/troff | Tads3Lexer
Matt Mackall
tests: fix a bunch of pointless #s in unified tests
r12328 http://mercurial.selenic.com/bts/issue433
Adrian Buehlmann
tests: unify test-issue*
r12195
$ 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]