# HG changeset patch # User Nicolas Dumazet # Date 2011-04-30 15:38:06 # Node ID 303b94dcb5ecbfd70861edb26ca0d7a22fc51289 # Parent 7dc3e10fc812f688f840c8a5c6472fe68cd51d71 tests: remove test-issue433 as it's covered by test-parents diff --git a/tests/test-issue433.t b/tests/test-issue433.t deleted file mode 100644 --- a/tests/test-issue433.t +++ /dev/null @@ -1,10 +0,0 @@ -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! - [255]