https://bz.mercurial-scm.org/show_bug.cgi?id=5559
Bug ID: 5559 Summary: sha256 upgrade error message prints wrong format: . instead of : Product: Mercurial Version: 4.2 Hardware: PC OS: Mac OS Status: UNCONFIRMED Severity: bug Priority: wish Component: Mercurial Assignee: bugzi...@mercurial-scm.org Reporter: ro...@pep-project.org CC: mercurial-devel@mercurial-scm.org hg prints this update message when my .hgrc still contains SHA-1 host fingerprints: (SHA-1 fingerprint for xxx.yyy found in legacy [hostfingerprints] section; if you trust this fingerprint, set the following config value in [hostsecurity] and remove the old one from [hostfingerprints] to upgrade to a more secure SHA-256 fingerprint: xxx.yyy.fingerprints=sha256:zz:zz:…:zz:zz) I copied that line into my .hgrc, commented-out the old one but it does not work. After some googling I readed the "man 5 hgrc" more carefully and saw: "Options in the [hostsecurity] section can have the form hostname:setting." And changing .fingerprints into :fingerprints it works as it should. :-) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel