# HG changeset patch # User Brendan Cully # Date 1173736979 25200 # Node ID e4c586763258c6ce4dd66b647db06affc6593b3b # Parent aee3d312c32e77630ecbb1e09726621598efd9f5 Improve hg branch -f help text diff -r aee3d312c32e -r e4c586763258 mercurial/commands.py --- a/mercurial/commands.py Mon Mar 12 14:50:19 2007 -0700 +++ b/mercurial/commands.py Mon Mar 12 15:02:59 2007 -0700 @@ -2631,7 +2631,7 @@ _('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":