hgext/patchbomb.py
changeset 43896 3781da40eaa6
parent 43629 ec53ea01c9e6
child 45264 8cce9f77ca73
--- 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: