Submitter | Augie Fackler |
---|---|
Date | Feb. 19, 2017, 11:12 p.m. |
Message ID | <22e4e9bdff5ebdd7feab.1487545977@imladris.local> |
Download | mbox | patch |
Permalink | /patch/18661/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -1792,7 +1792,7 @@ def config(ui, repo, *values, **opts): ui.system("%s \"%s\"" % (editor, f), onerr=error.Abort, errprefix=_("edit failed")) return - + ui.pager('config') fm = ui.formatter('config', opts) for f in scmutil.rcpath(): ui.debug('read config from: %s\n' % f)