diff tests/test-mq-caches @ 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-mq-caches	Wed Dec 23 18:04:57 2009 +0100
+++ b/tests/test-mq-caches	Wed Dec 23 18:13:15 2009 +0100
@@ -2,7 +2,7 @@
 
 branches=.hg/branchheads.cache
 echo '[extensions]' >> $HGRCPATH
-echo 'hgext.mq=' >> $HGRCPATH
+echo 'mq =' >> $HGRCPATH
 
 show_branch_cache()
 {