mercurial/templatekw.py
changeset 26437 4628b26f040e
parent 26436 a2291c9c85a1
child 26482 d2e69584e330
--- 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':