##// END OF EJS Templates
tests: remove executable bits from unified tests...
tests: remove executable bits from unified tests Those files are not executable.

File last commit:

r12346:3b165c12 default
r14113:7dc3e10f default
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]