##// END OF EJS Templates
tests: unify test-issue*
tests: unify test-issue*

File last commit:

r12195:ee41be2b default
r12195:ee41be2b default
Show More
test-issue433.t
12 lines | 194 B | text/troff | Tads3Lexer
# 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!
$ true