tests/test-clone
changeset 6088 3b96cefc1b2b
parent 5225 76c4cadb49fc
child 6947 a7fcb43af82e
--- a/tests/test-clone	Wed Feb 13 16:46:43 2008 +0100
+++ b/tests/test-clone	Wed Feb 13 18:37:38 2008 -0200
@@ -32,4 +32,8 @@
 hg clone file://a e
 grep 'file:' e/.hg/hgrc
 
+# check that path aliases are expanded
+hg clone -q -U --config 'paths.foobar=a#0' foobar f
+hg -R f showconfig paths.default | sed -e 's,.*/,,'
+
 exit 0