D6944: debugsidedata: small doc improvement

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Wed Oct 9 12:47:39 EDT 2019


Closed by commit rHGadc6bebfd08e: debugsidedata: small doc improvement (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6944?vs=16948&id=16998

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6944/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6944

AFFECTED FILES
  mercurial/debugcommands.py

CHANGE DETAILS

diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py
--- a/mercurial/debugcommands.py
+++ b/mercurial/debugcommands.py
@@ -3236,7 +3236,9 @@
 
 @command(b'debugsidedata', cmdutil.debugrevlogopts, _(b'-c|-m|FILE REV'))
 def debugsidedata(ui, repo, file_, rev=None, **opts):
-    """dump the side data for a cl/manifest/file revision"""
+    """dump the side data for a cl/manifest/file revision
+
+    Use --verbose to dump the sidedata content."""
     opts = pycompat.byteskwargs(opts)
     if opts.get(b'changelog') or opts.get(b'manifest') or opts.get(b'dir'):
         if rev is not None:



To: marmoute, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list