This is an archive of the discontinued Mercurial Phabricator instance.

streamclone: reimplement nested context manager
ClosedPublic

Authored by durin42 on Sep 21 2018, 11:44 AM.

Details

Summary

It's gone in Python 3, and you can't *ctxs into a with statement. Sigh.

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.

Event Timeline

durin42 created this revision.Sep 21 2018, 11:44 AM
durin42 updated this revision to Diff 11261.Sep 21 2018, 11:48 AM
This revision was automatically updated to reflect the committed changes.