# HG changeset patch # User Franz Glasner # Date 1538834509 -7200 # Node ID 29cc67db9aa5c3136676956bcf057b40519a8a2e # Parent caf53dafd2d841b1e2aac5e7bfd6b7cc52b754e1 FIX: Document the "--show" command diff -r caf53dafd2d8 -r 29cc67db9aa5 extensions/timestamps.py --- 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)