tests/test-extension
changeset 4569 622d8ed78b47
parent 4074 0f9381cf9723
child 4738 c41a404ac387
--- a/tests/test-extension	Tue Jun 12 13:21:42 2007 -0700
+++ b/tests/test-extension	Wed Jun 13 13:46:40 2007 -0700
@@ -29,6 +29,10 @@
 EOF
 abspath=`pwd`/foobar.py
 
+mkdir barfoo
+cp foobar.py barfoo/__init__.py
+barfoopath=`pwd`/barfoo
+
 hg init a
 cd a
 echo foo > file
@@ -43,3 +47,9 @@
 hg clone a b
 
 hg bar
+
+echo '% module/__init__.py-style'
+echo '[extensions]' > $HGRCPATH
+echo "barfoo = $barfoopath" >> $HGRCPATH
+cd a
+hg foo