--- a/hgext/patchbomb.py Wed Jun 09 12:45:48 2010 +0100
+++ b/hgext/patchbomb.py Sun Jun 06 17:25:00 2010 +0900
@@ -518,14 +518,16 @@
('b', 'bundle', None,
_('send changes not in target as a binary bundle')),
('', 'bundlename', 'bundle',
- _('name of the bundle attachment file')),
- ('r', 'rev', [], _('a revision to send')),
+ _('name of the bundle attachment file'), _('NAME')),
+ ('r', 'rev', [],
+ _('a revision to send'), _('REV')),
('', 'force', None,
_('run even when remote repository is unrelated '
'(with -b/--bundle)')),
('', 'base', [],
_('a base changeset to specify instead of a destination '
- '(with -b/--bundle)')),
+ '(with -b/--bundle)'),
+ _('REV')),
('', 'intro', None,
_('send an introduction email for a single patch')),
] + emailopts + commands.remoteopts,