mercurial/hg.py
branchstable
changeset 13314 8dc488dfcdb4
parent 13231 b335882c2f21
child 13315 0d1dca7d2a04
--- a/mercurial/hg.py	Thu Jan 27 17:21:23 2011 -0600
+++ b/mercurial/hg.py	Fri Jan 28 02:57:59 2011 +0100
@@ -546,7 +546,7 @@
         dst.setconfig('bundle', 'mainreporoot', r)
 
     # copy selected local settings to the remote ui
-    for sect in ('auth', 'http_proxy'):
+    for sect in ('auth', 'hostfingerprints', 'http_proxy'):
         for key, val in src.configitems(sect):
             dst.setconfig(sect, key, val)
     v = src.config('web', 'cacerts')