##// END OF EJS Templates
templatekw: hide {peerpaths} keyword for 4.3...
Yuya Nishihara -
r33476:c0d8de27 default
parent child Browse files
Show More
@@ -596,7 +596,7 b' def showobsolete(repo, ctx, templ, **arg'
596 @templatekeyword('peerpaths')
596 @templatekeyword('peerpaths')
597 def showpeerpaths(repo, **args):
597 def showpeerpaths(repo, **args):
598 """A dictionary of repository locations defined in the [paths] section
598 """A dictionary of repository locations defined in the [paths] section
599 of your configuration file."""
599 of your configuration file. (EXPERIMENTAL)"""
600 # see commands.paths() for naming of dictionary keys
600 # see commands.paths() for naming of dictionary keys
601 paths = util.sortdict()
601 paths = util.sortdict()
602 for k, p in sorted(repo.ui.paths.iteritems()):
602 for k, p in sorted(repo.ui.paths.iteritems()):
General Comments 0
You need to be logged in to leave comments. Login now