diff mercurial/hg.py @ 13234:0935ff767285

merge with stable
author Martin Geisler <mg@aragost.com>
date Wed, 05 Jan 2011 15:56:03 +0100
parents 3bbbde6f3e9f b335882c2f21
children 0d1dca7d2a04
line wrap: on
line diff
--- 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