Submitter | phabricator |
---|---|
Date | Dec. 16, 2019, 11:20 p.m. |
Message ID | <c2a4fd1a82c54f4b7270bc9a705bd5eb@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43871/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -767,8 +767,7 @@ b" do not re-specify --outgoing" ) ) - if rev and bookmark: - raise error.Abort(_(b"-r and -B are mutually exclusive")) + cmdutil.check_at_most_one_arg(opts, b'rev', b'bookmark') if outgoing or bundle: if len(revs) > 1: