Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 4204:e4c586763258
Improve hg branch -f help text
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 12 Mar 2007 15:02:59 -0700 |
parents | b2873c587b1a |
children | 7ca05d29c1f0 |
comparison
equal
deleted
inserted
replaced
4203:aee3d312c32e | 4204:e4c586763258 |
---|---|
2629 ('u', 'user', '', _('record user as committer')), | 2629 ('u', 'user', '', _('record user as committer')), |
2630 ] + walkopts + commitopts, | 2630 ] + walkopts + commitopts, |
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": |
2638 (bundle, | 2638 (bundle, |
2639 [('f', 'force', None, | 2639 [('f', 'force', None, |