Submitter | David Demelier |
---|---|
Date | June 6, 2017, 1:05 p.m. |
Message ID | <d32b943335c7e97fc601.1496754303@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/21213/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r 78767485c1fe -r d32b943335c7 hgext/patchbomb.py --- a/hgext/patchbomb.py Fri Feb 03 15:02:27 2017 +0100 +++ b/hgext/patchbomb.py Tue Jun 06 08:50:30 2017 +0200 @@ -548,14 +548,12 @@ outgoing = opts.get('outgoing') rev = opts.get('rev') bookmark = opts.get('bookmark') - # internal option used by pbranches - patches = opts.get('patches') if not (opts.get('test') or mbox): # really sending mail.validateconfig(ui) - if not (revs or rev or outgoing or bundle or patches or bookmark): + if not (revs or rev or outgoing or bundle or bookmark): raise error.Abort(_('specify at least one changeset with -B, -r or -o')) if outgoing and bundle: