# HG changeset patch # User Benoit Boissinot # Date 1164709725 -3600 # Node ID 199dcb97a5b6ba000f4a6290a4c547c90cdc10d9 # Parent 7db88b094b147d6ed9ca9a5d756c6ff037e496a6 add test for issue433 diff -r 7db88b094b14 -r 199dcb97a5b6 tests/test-issue433 --- /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 diff -r 7db88b094b14 -r 199dcb97a5b6 tests/test-issue433.out --- /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!