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.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGabd18d6306f1: errors: remove unnecessary varargs handling from OutOfBandError
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.