tests/test-issue433
changeset 3719 199dcb97a5b6
child 4659 7a7d4937272b
--- /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