mercurial/commands.py
changeset 4199 e4c586763258
parent 4197 b2873c587b1a
child 4200 7ca05d29c1f0
equal deleted inserted replaced
4198:aee3d312c32e 4199: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,