# HG changeset patch # User Anton Shestakov # Date 2020-08-08 12:59:17 # Node ID 2c70aed8eeb82af9e0633f57f967f253606ea212 # Parent eca3b7b0a847d3bd1c7ba3fa66aebdb7ff402164 docs: actually link to TortoiseHg in the text There were no clickable links to thg before. diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -375,7 +375,7 @@ install some missing tool, or library, a Note also, that recent versions of keyring library (since version 12) use Python entrypoints to find available backends. Those are incompatible with some binary packaging methods (like ``py2app``) and may cause - problems. In particular there were packaged installations of TortoiseHG + problems. In particular there were packaged installations of TortoiseHG_ which were unable to load keyring backends. See `#61 `_ for some more details. @@ -385,7 +385,7 @@ Only if this doesn't help, there may be By far easiest way to have properly working keyring is to use packaged binary version (like ``python-keyring`` Ubuntu package, or keyring -bundled with TortoiseHG on some systems). If you pip-installed keyring +bundled with TortoiseHG_ on some systems). If you pip-installed keyring and it doesn't work, you may consider removing it via ``pip uninstall keyring`` and looking for binary package instead.