This is an archive of the discontinued Mercurial Phabricator instance.

tests: port test-simplekeyvaluefile.py to Python 3
ClosedPublic

Authored by durin42 on May 10 2018, 11:16 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

durin42 created this revision.May 10 2018, 11:16 AM
pulkit accepted this revision.May 10 2018, 11:35 AM
This revision was automatically updated to reflect the committed changes.
yuja added a subscriber: yuja.May 11 2018, 8:08 AM
  • scmutil.simplekeyvaluefile(self.vfs, 'kvfile').write(d)

+ scmutil.simplekeyvaluefile(self.vfs, 'bkvfile').write(d)

Fixed as b'kvfile' in flight.