mercurial/commands.py
changeset 31054 270ab9d2ffbb
parent 31052 1cec1d863008
child 31055 8c176811b735
--- a/mercurial/commands.py	Mon Feb 06 23:57:21 2017 -0500
+++ b/mercurial/commands.py	Mon Feb 06 23:01:42 2017 -0500
@@ -1792,7 +1792,7 @@
         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)