diff tests/test-fastimport-simple @ 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 1fd08644b5ac
children
line wrap: on
line diff
--- a/tests/test-fastimport-simple	Sun May 10 14:16:02 2009 -0400
+++ b/tests/test-fastimport-simple	Sat May 16 12:57:22 2009 -0400
@@ -35,7 +35,7 @@
 echo "% importing"
 hg init simple
 cd simple
-hg fastimport ../simple.dump
+hg fastimport ../simple.dump | sed "s|$HGTMP|HGTMP|g"
 
 # It's OK for the log to include changeset IDs, since the fastimport
 # dump includes everything used to compute them, so they should be the