comparison Sphinx/source/developers/repositories.rst @ 366:12f88a12d146

hostfingerprints
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Apr 2020 08:49:06 +0200
parents 022d59428ea3
children 32d0a95bee7e
comparison
equal deleted inserted replaced
365:49202601d0c8 366:12f88a12d146
74 74
75 You can then use separate tools such as `TortoiseHg 75 You can then use separate tools such as `TortoiseHg
76 <https://en.wikipedia.org/wiki/TortoiseHg>`__ to browse the code with 76 <https://en.wikipedia.org/wiki/TortoiseHg>`__ to browse the code with
77 richer features than the Web interface. 77 richer features than the Web interface.
78 78
79 .. highlight:: text
80
81 You might have to set up a host fingerprint in the Mercurial
82 configuration. Add the following lines to your ``~/.hgrc`` file::
83
84 [hostfingerprints]
85 hg.orthanc-server.com = fc:45:10:18:69:4d:a6:2b:22:fa:c0:81:f4:ee:eb:8e:ba:ae:54:90
86
79 87
80 Note for Microsoft Windows 88 Note for Microsoft Windows
81 .......................... 89 ..........................
82 90
83 .. highlight:: text 91 .. highlight:: text