Skip to content
Snippets Groups Projects
Commit abd18d6306f1 authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

errors: remove unnecessary varargs handling from OutOfBandError

In my recent D10465, I moved some code over from scmutil into
`OutOfBandError.__init__`. The code was written to deal with an
arbitrary number of `message` arguments to the constructor. It turns
out that we only ever pass 0 or 1. Given that, let's simplify it.

Differential Revision: https://phab.mercurial-scm.org/D10483
parent 75351b8b2082
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment