changeset 3719:199dcb97a5b6

add test for issue433
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 28 Nov 2006 11:28:45 +0100
parents 7db88b094b14
children 5cc99f4b5041
files tests/test-issue433 tests/test-issue433.out
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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!