diff tests/test-convert-hg-sink @ 5556:61fdf2558c0a

convert: some tidyups, doc improvements, and test fixes The various back end options are now documented. The hg source can now be configured not to hand out a revision ID.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 27 Nov 2007 09:44:09 -0800
parents 2dbd750b3ddd
children 6c82beaaa11a
line wrap: on
line diff
--- a/tests/test-convert-hg-sink	Mon Nov 26 17:24:21 2007 -0800
+++ b/tests/test-convert-hg-sink	Tue Nov 27 09:44:09 2007 -0800
@@ -1,7 +1,11 @@
 #!/bin/sh
 
-echo "[extensions]" >> $HGRCPATH
-echo "hgext.convert=" >> $HGRCPATH
+cat >> $HGRCPATH <<EOF
+[extensions]
+convert=
+[convert]
+hg.saverev=False
+EOF
 
 hg init orig
 cd orig