# HG changeset patch # User Yuya Nishihara # Date 1443237579 -32400 # Node ID 4628b26f040e666a09c00e6747a0c3a7da793029 # Parent a2291c9c85a1d7f56f419cf446101ca0d375fa52 templatekw: hide help of "branches" by DEPRECATED marker See 43e872a35f8a for details. diff -r a2291c9c85a1 -r 4628b26f040e 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':