changeset 43136:ba5b062a1388

debugsidedata: small doc improvement The command has a mode to actually show the sidedata, but it wasn't documented. Differential Revision: https://phab.mercurial-scm.org/D6944
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 06 Oct 2019 23:36:51 -0400
parents 6e3dc1eff5c7
children 81efc4a295e7
files mercurial/debugcommands.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/debugcommands.py	Sun Oct 06 23:36:51 2019 -0400
+++ b/mercurial/debugcommands.py	Sun Oct 06 23:36:51 2019 -0400
@@ -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: