##// END OF EJS Templates
templatekw: hide help of "branches" by DEPRECATED marker...
Yuya Nishihara -
r26437:4628b26f default
parent child Browse files
Show More
@@ -205,7 +205,7 b' def showbranch(**args):'
205 def showbranches(**args):
205 def showbranches(**args):
206 """:branches: List of strings. The name of the branch on which the
206 """:branches: List of strings. The name of the branch on which the
207 changeset was committed. Will be empty if the branch name was
207 changeset was committed. Will be empty if the branch name was
208 default.
208 default. (DEPRECATED)
209 """
209 """
210 branch = args['ctx'].branch()
210 branch = args['ctx'].branch()
211 if branch != 'default':
211 if branch != 'default':
General Comments 0
You need to be logged in to leave comments. Login now