sapling/tests/test-issue433.t
2010-09-20 16:00:15 -05:00

11 lines
189 B
Perl

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]