changeset 25:e10dff7c4369

Oops: add forgotten fastimport-common (factored out back in 1fd08644b5ac).
author Greg Ward <greg-hg@gerg.ca>
date Mon, 04 May 2009 10:25:48 -0400
parents e1128a2f8bd1
children 86a845a16a6e
files tests/fastimport-common
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/fastimport-common	Mon May 04 10:25:48 2009 -0400
@@ -0,0 +1,7 @@
+# Common code for test-fastimport-*
+
+cat > $HGRCPATH <<EOF
+[extensions]
+graphlog =
+fastimport = $TESTDIR/../fastimport
+EOF