changeset 13315 | 0d1dca7d2a04 |
parent 13234 | 0935ff767285 |
parent 13314 | 8dc488dfcdb4 |
child 13604 | 3f6a4579f803 |
child 13693 | adf3c4401c5d |
--- a/mercurial/hg.py Thu Jan 27 17:22:37 2011 -0600 +++ b/mercurial/hg.py Fri Jan 28 03:09:22 2011 +0100 @@ -544,7 +544,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')