comparison tests/test-impexp-branch @ 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 871ff96a86cc
children
comparison
equal deleted inserted replaced
4440:eff2eefdb65a 4441:32ea809e5bd1
35 cd .. 35 cd ..
36 hg init b 36 hg init b
37 cd b 37 cd b
38 hg -R ../a export 0 | hg import - 38 hg -R ../a export 0 | hg import -
39 hg -R ../a export 1 | hg import - 39 hg -R ../a export 1 | hg import -
40 cd ..
41 rm -rf b
42 hg init b
43 cd b
44 hg -R ../a export 0 | hg import --exact -
45 hg -R ../a export 1 | hg import --exact -