mercurial/commands.py
changeset 4199 e4c586763258
parent 4197 b2873c587b1a
child 4200 7ca05d29c1f0
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2631,7 +2631,7 @@ table = {
          _('hg backout [OPTION]... REV')),
     "branch": (branch,
                [('f', 'force', None,
-                 _('create branch even if it shadows an existing branch'))],
+                 _('set branch name even if it shadows an existing branch'))],
                 _('hg branch [NAME]')),
     "branches": (branches, [], _('hg branches')),
     "bundle":