##// END OF EJS Templates
errors: remove unnecessary varargs handling from OutOfBandError...
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

File last commit:

r38029:e51c91c1 default
r47743:abd18d63 default
Show More
changelog
5 lines | 164 B | text/plain | TextLexer
mercurial (__VERSION__) __CODENAME__; urgency=medium
* Automated build performed by upstream.
-- Mercurial Devel <mercurial-devel@mercurial-scm.org> __DATE__