hgext/patchbomb.py
changeset 11321 40c06bbf58be
parent 11301 3d0591a66118
child 11413 4c1fe996838c
equal deleted inserted replaced
11320:e4274f9f97c8 11321:40c06bbf58be
   516           ('o', 'outgoing', None,
   516           ('o', 'outgoing', None,
   517            _('send changes not found in the target repository')),
   517            _('send changes not found in the target repository')),
   518           ('b', 'bundle', None,
   518           ('b', 'bundle', None,
   519            _('send changes not in target as a binary bundle')),
   519            _('send changes not in target as a binary bundle')),
   520           ('', 'bundlename', 'bundle',
   520           ('', 'bundlename', 'bundle',
   521            _('name of the bundle attachment file')),
   521            _('name of the bundle attachment file'), _('NAME')),
   522           ('r', 'rev', [], _('a revision to send')),
   522           ('r', 'rev', [],
       
   523            _('a revision to send'), _('REV')),
   523           ('', 'force', None,
   524           ('', 'force', None,
   524            _('run even when remote repository is unrelated '
   525            _('run even when remote repository is unrelated '
   525              '(with -b/--bundle)')),
   526              '(with -b/--bundle)')),
   526           ('', 'base', [],
   527           ('', 'base', [],
   527            _('a base changeset to specify instead of a destination '
   528            _('a base changeset to specify instead of a destination '
   528              '(with -b/--bundle)')),
   529              '(with -b/--bundle)'),
       
   530            _('REV')),
   529           ('', 'intro', None,
   531           ('', 'intro', None,
   530            _('send an introduction email for a single patch')),
   532            _('send an introduction email for a single patch')),
   531          ] + emailopts + commands.remoteopts,
   533          ] + emailopts + commands.remoteopts,
   532          _('hg email [OPTION]... [DEST]...'))
   534          _('hg email [OPTION]... [DEST]...'))
   533 }
   535 }