# HG changeset patch # User Martin von Zweigbergk # Date 1576567604 -10800 # Node ID 3781da40eaa676cf05182d18bbec4bb06b029eb0 # Parent 287556e71f8530e2081784ca37e1cfd47f318113 patchbomb: use cmdutil.check_at_most_one_arg() Differential Revision: https://phab.mercurial-scm.org/D7637 diff -r 287556e71f85 -r 3781da40eaa6 hgext/patchbomb.py --- a/hgext/patchbomb.py Thu Dec 12 15:48:48 2019 -0800 +++ b/hgext/patchbomb.py Tue Dec 17 10:26:44 2019 +0300 @@ -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: