comparison 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
comparison
equal deleted inserted replaced
46:93c2b1e832bd 47:7ff36dc9f0b1
33 set -e 33 set -e
34 rm -rf simple 34 rm -rf simple
35 echo "% importing" 35 echo "% importing"
36 hg init simple 36 hg init simple
37 cd simple 37 cd simple
38 hg fastimport ../simple.dump 38 hg fastimport ../simple.dump | sed "s|$HGTMP|HGTMP|g"
39 39
40 # It's OK for the log to include changeset IDs, since the fastimport 40 # It's OK for the log to include changeset IDs, since the fastimport
41 # dump includes everything used to compute them, so they should be the 41 # dump includes everything used to compute them, so they should be the
42 # same from run to run. 42 # same from run to run.
43 echo "% hg log" 43 echo "% hg log"