diff tests/test-convert-splicemap @ 10119:bb5ea66789e3

tests: load with "ext =" instead of "hgext.ext ="
author Martin Geisler <mg@lazybytes.net>
date Wed, 23 Dec 2009 18:13:15 +0100
parents 5b7da468531b
children
line wrap: on
line diff
--- a/tests/test-convert-splicemap	Wed Dec 23 18:04:57 2009 +0100
+++ b/tests/test-convert-splicemap	Wed Dec 23 18:13:15 2009 +0100
@@ -2,7 +2,7 @@
 
 echo "[extensions]" >> $HGRCPATH
 echo "convert=" >> $HGRCPATH
-echo 'hgext.graphlog =' >> $HGRCPATH
+echo 'graphlog =' >> $HGRCPATH
 
 glog()
 {