Submitter | Katsunori FUJIWARA |
---|---|
Date | Aug. 2, 2018, 5:21 p.m. |
Message ID | <ddfbcd8d9351fb699d08.1533230511@blacknile> |
Download | mbox | patch |
Permalink | /patch/33113/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -921,8 +921,7 @@ def debugfileset(ui, repo, expr, **opts) ui.write("%s\n" % f) @command('debugformat', - [] + cmdutil.formatteropts, - _('')) + [] + cmdutil.formatteropts) def debugformat(ui, repo, **opts): """display format information about the current repository