Alter test to test import --exact to make sure it works with branches.
authorEric Hopper <hopper@omnifarious.org>
Thu, 17 May 2007 20:09:49 -0700
changeset 4444 32ea809e5bd1
parent 4443 eff2eefdb65a
child 4445 af8db3b42a4a
Alter test to test import --exact to make sure it works with branches.
tests/test-impexp-branch
tests/test-impexp-branch.out
--- a/tests/test-impexp-branch	Thu May 17 20:09:47 2007 -0700
+++ b/tests/test-impexp-branch	Thu May 17 20:09:49 2007 -0700
@@ -37,3 +37,9 @@
 cd b
 hg -R ../a export 0 | hg import -
 hg -R ../a export 1 | hg import -
+cd ..
+rm -rf b
+hg init b
+cd b
+hg -R ../a export 0 | hg import --exact -
+hg -R ../a export 1 | hg import --exact -
--- a/tests/test-impexp-branch.out	Thu May 17 20:09:47 2007 -0700
+++ b/tests/test-impexp-branch.out	Thu May 17 20:09:49 2007 -0700
@@ -1,2 +1,4 @@
 applying patch from stdin
 applying patch from stdin
+applying patch from stdin
+applying patch from stdin