diff tests/test-parentrevspec @ 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-parentrevspec	Wed Dec 23 18:04:57 2009 +0100
+++ b/tests/test-parentrevspec	Wed Dec 23 18:13:15 2009 +0100
@@ -23,7 +23,7 @@
 cd repo
 
 echo '[extensions]' > .hg/hgrc
-echo 'hgext.parentrevspec =' >> .hg/hgrc
+echo 'parentrevspec =' >> .hg/hgrc
 
 commit '0: add foo'
 commit '1: change foo 1'