comparison tests/test-issue433 @ 3719:199dcb97a5b6

add test for issue433
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 28 Nov 2006 11:28:45 +0100
parents
children 7a7d4937272b
comparison
equal deleted inserted replaced
3718:7db88b094b14 3719:199dcb97a5b6
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