changeset 4204:e4c586763258

Improve hg branch -f help text
author Brendan Cully <brendan@kublai.com>
date Mon, 12 Mar 2007 15:02:59 -0700
parents aee3d312c32e
children 7ca05d29c1f0
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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":