author | Matt Mackall <mpm@selenic.com> |
Thu, 25 Jun 2015 17:35:57 -0500 | |
changeset 25791 | 917be0574d7f |
parent 25790 | db5b6a1c064d |
child 25792 | dd166d42e7b2 |
hgext/gpg.py | file | annotate | diff | comparison | revisions |
--- a/hgext/gpg.py Thu Jun 25 17:34:53 2015 -0500 +++ b/hgext/gpg.py Thu Jun 25 17:35:57 2015 -0500 @@ -217,6 +217,9 @@ If no revision is given, the parent of the working directory is used, or tip if no revision is checked out. + The ``gpg.cmd`` config setting can be used to specify the command + to run. A default key can be specified with ``gpg.key``. + See :hg:`help dates` for a list of formats valid for -d/--date. """