changeset 26437:4628b26f040e

templatekw: hide help of "branches" by DEPRECATED marker See 43e872a35f8a for details.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 26 Sep 2015 12:19:39 +0900
parents a2291c9c85a1
children 024644b1900b
files mercurial/templatekw.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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':