> +    cmdutil.check_incompatible_arguments(opts, b'abort', b'rev', b'preview')

It's a bit late, but I feel the arguments of `check_incompatible_arguments()`
is confusing since `b'abort'` isn't the same kind of arguments as the others.
I think `(opts, b'abort', [b'rev', b'preview'])` is more explicit.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to