diff --git a/HISTORY.txt b/HISTORY.txt --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,8 @@ + +1.2.1 +~~~~~~~~~~~~ + +Tested against hg 4.8 (no changes needed). 1.2.0 ~~~~~~~~~~~~ @@ -15,8 +20,6 @@ handling (propts). Refreshing smtp monkeypatch to be a bit more like modern mercurials (in particular, obligatory cert falidaton). - - 1.1.9 ~~~~~~~~~~~~ diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -365,6 +365,15 @@ for further pointers in keyring_ documen list, or issue tracker. Typically it will turn out, that you need to install some missing tool, or library, and reinstall keyring. +.. note:: + + Depending on keyring_ version, installation of some dependency may + resolve problem. For example (as of late 2018), I got KDE Wallet + backend working with pip-installed keyring after:: + + pip install dbus-python + + If ``keyring`` command works, but mercurial with mercurial_keyring does not, try enforcing proper backend (by means of ``keyringrc.cfg``, see above). Only if this doesn't help, there may be a bug in mercurial_keyring. @@ -379,6 +388,7 @@ Only if this doesn't help, there may be + History =======================================================