##// END OF EJS Templates
gpg: mention undocumented options
Matt Mackall -
r25791:917be057 default
parent child Browse files
Show More
@@ -217,6 +217,9 def sign(ui, repo, *revs, **opts):
217 If no revision is given, the parent of the working directory is used,
217 If no revision is given, the parent of the working directory is used,
218 or tip if no revision is checked out.
218 or tip if no revision is checked out.
219
219
220 The ``gpg.cmd`` config setting can be used to specify the command
221 to run. A default key can be specified with ``gpg.key``.
222
220 See :hg:`help dates` for a list of formats valid for -d/--date.
223 See :hg:`help dates` for a list of formats valid for -d/--date.
221 """
224 """
222
225
General Comments 0
You need to be logged in to leave comments. Login now