diff tests/test-issue433.t @ 12195:ee41be2bbf5a

tests: unify test-issue*
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 03 Sep 2010 23:34:37 +0200
parents tests/test-issue433@1de6e7e1bb9f
children 4134686b83e1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-issue433.t	Fri Sep 03 23:34:37 2010 +0200
@@ -0,0 +1,12 @@
+# 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
+