diff tests/test-clone @ 6088:3b96cefc1b2b

clone: expand the path before saving it in .hg/hgrc This should fix issue976
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Wed, 13 Feb 2008 18:37:38 -0200
parents 76c4cadb49fc
children a7fcb43af82e
line wrap: on
line diff
--- 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