Submitter | phabricator |
---|---|
Date | Oct. 8, 2019, 12:38 a.m. |
Message ID | <adf623c86e9b7b9c32c6940021c0c518@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42083/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -3212,7 +3212,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: