author | Yuya Nishihara <yuya@tcha.org> |
Sat, 26 Sep 2015 12:19:39 +0900 | |
changeset 26437 | 4628b26f040e |
parent 26436 | a2291c9c85a1 |
child 26438 | 024644b1900b |
--- 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':