changeset 4441:32ea809e5bd1

Alter test to test import --exact to make sure it works with branches.
author Eric Hopper <hopper@omnifarious.org>
date Thu, 17 May 2007 20:09:49 -0700
parents eff2eefdb65a
children af8db3b42a4a
files tests/test-impexp-branch tests/test-impexp-branch.out
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-impexp-branch
+++ b/tests/test-impexp-branch
@@ -37,3 +37,9 @@ hg init b
 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
+++ b/tests/test-impexp-branch.out
@@ -1,2 +1,4 @@
 applying patch from stdin
 applying patch from stdin
+applying patch from stdin
+applying patch from stdin