add test for issue433
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 28 Nov 2006 11:28:45 +0100
changeset 3719 199dcb97a5b6
parent 3718 7db88b094b14
child 3720 5cc99f4b5041
add test for issue433
tests/test-issue433
tests/test-issue433.out
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-issue433	Tue Nov 28 11:28:45 2006 +0100
@@ -0,0 +1,10 @@
+#!/bin/sh
+# http://www.selenic.com/mercurial/bts/issue433
+
+hg init a
+cd a       
+echo a > a 
+hg commit -Ama 
+
+hg parents -r 0 doesnotexist
+true
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-issue433.out	Tue Nov 28 11:28:45 2006 +0100
@@ -0,0 +1,2 @@
+adding a
+abort: 'doesnotexist' not found in manifest!