diff tests/test-fastimport-anonbranch @ 47:7ff36dc9f0b1

Massive rework to use infrastructure provided by convert extension. fastimport no longer stages changes in the repository's working copy; instead, it now works like any other convert source: the imported history is kept in memory (except for file contents) and then processed by the 'convert' extension.
author Greg Ward <greg-hg@gerg.ca>
date Sat, 16 May 2009 12:57:22 -0400
parents 932e78684043
children 9608f415ebe8
line wrap: on
line diff
--- a/tests/test-fastimport-anonbranch	Sun May 10 14:16:02 2009 -0400
+++ b/tests/test-fastimport-anonbranch	Sat May 16 12:57:22 2009 -0400
@@ -108,7 +108,7 @@
 rm -rf anonbranch
 hg init anonbranch
 cd anonbranch
-hg fastimport ../anonbranch.dump
+hg fastimport ../anonbranch.dump | sed "s|$HGTMP|HGTMP|g"
 
 echo "% log"
 hg glog --template "{rev}:{node|short}\n{desc}\n\n"