Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 199:29cc67db9aa5
FIX: Document the "--show" command
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sat, 06 Oct 2018 16:01:49 +0200 |
| parents | caf53dafd2d8 |
| children | 23ca347ab6a1 |
| files | extensions/timestamps.py |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/timestamps.py Sat Oct 06 15:53:37 2018 +0200 +++ b/extensions/timestamps.py Sat Oct 06 16:01:49 2018 +0200 @@ -126,6 +126,9 @@ Giving --restore reads the file modification times from the database and changes the workspace files accordingly. + Giving --show prints the timestamps database -- possibly at a given + revision ``--rev REV``. + """ opts = pycompat.byteskwargs(opts) ctx = scmutil.revsingle(repo, opts.get("rev"), default=None)
