Mercurial > public > mercurial-scm > hg
diff hgext/gpg.py @ 6163:1f733c2f0165
Document log date ranges and mention 'hg help dates' for all commands (issue998)
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 22 Feb 2008 21:18:48 +0100 |
parents | 989467e8e3a9 |
children | 4faaa0535ea7 |
line wrap: on
line diff
--- a/hgext/gpg.py Fri Feb 22 11:28:14 2008 +0100 +++ b/hgext/gpg.py Fri Feb 22 21:18:48 2008 +0100 @@ -198,6 +198,8 @@ If no revision is given, the parent of the working directory is used, or tip if no revision is checked out. + + See 'hg help dates' for a list of formats valid for -d/--date. """ mygpg = newgpg(ui, **opts)