This is an archive of the discontinued Mercurial Phabricator instance.

py3: add b suffix to make sure file is opened in bytes mode
ClosedPublic

Authored by pulkit on Nov 13 2018, 10:27 AM.

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

pulkit created this revision.Nov 13 2018, 10:27 AM

Ideally we'd be using the vfs layer for I/O. But that is scope bloat and I'm not going to make you rewrite RFL to do things more correctly.

hgext/remotefilelog/fileserverclient.py
485

This change is unrelated. But meh.

This revision was automatically updated to reflect the committed changes.