##// END OF EJS Templates
subrepo: introduce files and filedata methods for subrepo classes
subrepo: introduce files and filedata methods for subrepo classes

File last commit:

r12316:4134686b default
r12322:510afb31 default
Show More
test-issue433.t
13 lines | 202 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!
[255]
$ true