tests/test-schemes
branchstable
changeset 11154 17031fea4e95
parent 10070 9d1195b2f00d
--- a/tests/test-schemes	Tue May 11 20:13:52 2010 +0200
+++ b/tests/test-schemes	Mon Dec 07 12:31:45 2009 +0200
@@ -7,6 +7,7 @@
 [schemes]
 l = http://localhost:$HGPORT/
 parts = http://{1}:$HGPORT/
+z = file:\$PWD/
 EOF
 
 hg init test
@@ -22,5 +23,8 @@
 echo % check that {1} syntax works
 hg incoming --debug parts://localhost | sed 's/[0-9]//g'
 
+echo % check that paths are expanded
+PWD=`pwd` hg incoming z://
+
 echo % errors
 cat errors.log