sapling/tests/test-issue433.t
2010-09-03 23:34:37 +02:00

13 lines
194 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!
$ true