##// END OF EJS Templates
Improve hg branch -f help text
Brendan Cully -
r4204:e4c58676 default
parent child Browse files
Show More
@@ -2631,7 +2631,7 b' table = {'
2631 _('hg backout [OPTION]... REV')),
2631 _('hg backout [OPTION]... REV')),
2632 "branch": (branch,
2632 "branch": (branch,
2633 [('f', 'force', None,
2633 [('f', 'force', None,
2634 _('create branch even if it shadows an existing branch'))],
2634 _('set branch name even if it shadows an existing branch'))],
2635 _('hg branch [NAME]')),
2635 _('hg branch [NAME]')),
2636 "branches": (branches, [], _('hg branches')),
2636 "branches": (branches, [], _('hg branches')),
2637 "bundle":
2637 "bundle":
General Comments 0
You need to be logged in to leave comments. Login now