diff -r 9f188734dbb0 -r 8dc488dfcdb4 mercurial/hg.py --- 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')