templatekw: hide help of "branches" by DEPRECATED marker
authorYuya Nishihara <yuya@tcha.org>
Sat, 26 Sep 2015 12:19:39 +0900
changeset 26437 4628b26f040e
parent 26436 a2291c9c85a1
child 26438 024644b1900b
templatekw: hide help of "branches" by DEPRECATED marker See 43e872a35f8a for details.
mercurial/templatekw.py
--- a/mercurial/templatekw.py	Sat Sep 26 12:39:13 2015 +0900
+++ b/mercurial/templatekw.py	Sat Sep 26 12:19:39 2015 +0900
@@ -205,7 +205,7 @@
 def showbranches(**args):
     """:branches: List of strings. The name of the branch on which the
     changeset was committed. Will be empty if the branch name was
-    default.
+    default. (DEPRECATED)
     """
     branch = args['ctx'].branch()
     if branch != 'default':