diff tests/test-keyword @ 10125:19c3fefdaec9

tests highlight, keyword: load extensions with "ext ="
author Christian Ebert <blacktrash@gmx.net>
date Wed, 23 Dec 2009 17:46:48 +0000
parents 98867145f4b5
children c52057614c72
line wrap: on
line diff
--- a/tests/test-keyword	Wed Dec 23 18:40:57 2009 +0100
+++ b/tests/test-keyword	Wed Dec 23 17:46:48 2009 +0000
@@ -2,10 +2,10 @@
 
 cat <<EOF >> $HGRCPATH
 [extensions]
-hgext.keyword =
-hgext.mq =
-hgext.notify =
-hgext.transplant =
+keyword =
+mq =
+notify =
+transplant =
 EOF
 
 # demo before [keyword] files are set up