##// END OF EJS Templates
add test for issue433
Benoit Boissinot -
r3719:199dcb97 default
parent child Browse files
Show More
@@ -0,0 +1,10 b''
1 #!/bin/sh
2 # http://www.selenic.com/mercurial/bts/issue433
3
4 hg init a
5 cd a
6 echo a > a
7 hg commit -Ama
8
9 hg parents -r 0 doesnotexist
10 true
@@ -0,0 +1,2 b''
1 adding a
2 abort: 'doesnotexist' not found in manifest!
General Comments 0
You need to be logged in to leave comments. Login now