diff tests/test-convert @ 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 71e7c86adcb7
children e422305e0853
line wrap: on
line diff
--- a/tests/test-convert	Mon Nov 26 17:24:21 2007 -0800
+++ b/tests/test-convert	Tue Nov 27 09:44:09 2007 -0800
@@ -1,7 +1,11 @@
 #!/bin/sh
 
-echo "[extensions]" >> $HGRCPATH
-echo "convert=" >> $HGRCPATH
+cat >> $HGRCPATH <<EOF
+[extensions]
+convert=
+[convert]
+hg.saverev=False
+EOF
 
 hg help convert