##// END OF EJS Templates
paths: enable pager
Augie Fackler -
r31042:5b85ba3d default
parent child Browse files
Show More
@@ -3761,6 +3761,7 b' def paths(ui, repo, search=None, **opts)'
3761
3761
3762 Returns 0 on success.
3762 Returns 0 on success.
3763 """
3763 """
3764 ui.pager('paths')
3764 if search:
3765 if search:
3765 pathitems = [(name, path) for name, path in ui.paths.iteritems()
3766 pathitems = [(name, path) for name, path in ui.paths.iteritems()
3766 if name == search]
3767 if name == search]
General Comments 0
You need to be logged in to leave comments. Login now