This is an archive of the discontinued Mercurial Phabricator instance.

errors: define OutOfBandError in py2-compatible way
AbandonedPublic

Authored by pulkit on Apr 20 2021, 12:08 AM.

Details

Reviewers
mharbison72
martinvonz
Group Reviewers
hg-reviewers
Summary

CI reports that my D10465 does not work on py2 because (it seems)
single keyword arguments are not allowed after *args; py2 seems to
require **kwargs after *args.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

martinvonz created this revision.Apr 20 2021, 12:08 AM

This should be closed, then. Thanks for fixing and amending this.

mharbison72 accepted this revision.Apr 30 2021, 9:28 PM

Already amended in as noted (let's see if accepting closes it).

This revision is now accepted and ready to land.Apr 30 2021, 9:28 PM
pulkit commandeered this revision.
pulkit abandoned this revision.