diff tests/test-merge1.t @ 12664:545ec1775021

merge: handle no file parent in backwards merge (issue2364)
author Matt Mackall <mpm@selenic.com>
date Sat, 09 Oct 2010 14:50:20 -0500
parents 4134686b83e1
children d724a69309e0
line wrap: on
line diff
--- a/tests/test-merge1.t	Sat Oct 09 14:52:58 2010 -0500
+++ b/tests/test-merge1.t	Sat Oct 09 14:50:20 2010 -0500
@@ -166,3 +166,11 @@
   +This is file b33
   $ hg status
   M b
+
+Test for issue2364
+
+  $ hg up -qC .
+  $ hg rm b
+  $ hg ci -md
+  $ hg revert -r -2 b
+  $ hg up -q -- -2