Improve hg branch -f help text
authorBrendan Cully <brendan@kublai.com>
Mon, 12 Mar 2007 15:02:59 -0700
changeset 4199 e4c586763258
parent 4198 aee3d312c32e
child 4200 7ca05d29c1f0
Improve hg branch -f help text
mercurial/commands.py
--- 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":