diff tests/test-convert-hg-startrev @ 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-hg-startrev	Wed Dec 23 18:04:57 2009 +0100
+++ b/tests/test-convert-hg-startrev	Wed Dec 23 18:13:15 2009 +0100
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 echo '[extensions]' >> $HGRCPATH
-echo 'hgext.graphlog =' >> $HGRCPATH
-echo 'hgext.convert =' >> $HGRCPATH
+echo 'graphlog =' >> $HGRCPATH
+echo 'convert =' >> $HGRCPATH
 
 glog()
 {