# HG changeset patch # User Marcin Kasperski # Date 2009-11-21 12:52:23 # Node ID cf8b10269b33a374a4b44697ecf06be47ecb5f3c # Parent 88adb747877106f1ce6bea3b494d63733f209d88 Remark about debian keyring packages in docstring diff --git a/mercurial_keyring.py b/mercurial_keyring.py --- a/mercurial_keyring.py +++ b/mercurial_keyring.py @@ -42,17 +42,20 @@ Install keyring library: easy_install keyring -(or ``pip keyring``) +(or ``pip keyring``). On Debian "Sid" the library can be also +installed from the official archive (packages ``python-keyring``, +``python-keyring-gnome`` and ``python-keyring-kwallet``). -Either save mercurial_keyring.py anywhere and put the following -in ~/.hgrc (or /etc/mercurial/hgrc): +Then either save ``mercurial_keyring.py`` anywhere and put the +following in ~/.hgrc (or /etc/mercurial/hgrc): :: [extensions] hgext.mercurial_keyring = /path/to/mercurial_keyring.py -or save mercurial_keyring.py to mercurial/hgext directory and use +or save ``mercurial_keyring.py`` to ``mercurial/hgext`` directory and +use :: @@ -67,9 +70,9 @@ without configuration. Still, if necessa ``~/keyringrc.cfg`` file (``keyringrc.cfg`` in the home directory of the current user). Refer to keyring_ docs for more details. -*I considered handling similar options in hgrc, but decided that -single person may use more than one keyring-based script. Still, I am -open to suggestions.* +''I considered handling similar options in hgrc, but decided that +single user may use more than one keyring-based script. Still, I am +open to suggestions.'' Repository configuration ========================