changeset 31042:5b85ba3d7d77

paths: enable pager
author Augie Fackler <augie@google.com>
date Mon, 06 Feb 2017 23:06:01 -0500
parents 77a252f2544d
children 9219165e1cc8
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Feb 06 23:04:44 2017 -0500
+++ b/mercurial/commands.py	Mon Feb 06 23:06:01 2017 -0500
@@ -3761,6 +3761,7 @@
 
     Returns 0 on success.
     """
+    ui.pager('paths')
     if search:
         pathitems = [(name, path) for name, path in ui.paths.iteritems()
                      if name == search]