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