mercurial/templatekw.py
changeset 33476 c0d8de2724ce
parent 33414 16ed67164002
child 33709 511d6ae462f3
child 33862 fb672eac2702
--- a/mercurial/templatekw.py	Fri Jul 14 13:48:17 2017 +0200
+++ b/mercurial/templatekw.py	Sat Jul 15 00:38:57 2017 +0900
@@ -596,7 +596,7 @@
 @templatekeyword('peerpaths')
 def showpeerpaths(repo, **args):
     """A dictionary of repository locations defined in the [paths] section
-    of your configuration file."""
+    of your configuration file. (EXPERIMENTAL)"""
     # see commands.paths() for naming of dictionary keys
     paths = util.sortdict()
     for k, p in sorted(repo.ui.paths.iteritems()):