mercurial/hg.py
changeset 13234 0935ff767285
parent 13193 3bbbde6f3e9f
parent 13231 b335882c2f21
child 13315 0d1dca7d2a04
--- a/mercurial/hg.py	Fri Dec 31 17:09:38 2010 -0600
+++ b/mercurial/hg.py	Wed Jan 05 15:56:03 2011 +0100
@@ -549,6 +549,6 @@
             dst.setconfig(sect, key, val)
     v = src.config('web', 'cacerts')
     if v:
-        dst.setconfig('web', 'cacerts', v)
+        dst.setconfig('web', 'cacerts', util.expandpath(v))
 
     return dst