--- 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]