Page Menu
Home
Phabricator
This is an archive of the discontinued Mercurial Phabricator instance.
Differential
D2333
py3: make sure we open the files in bytes mode
Closed
Public
Authored by
pulkit
on Feb 18 2018, 8:31 AM.
Download Raw Diff
Tags
None
Subscribers
yuja
,
mercurial-devel
Details
Reviewers
yuja
indygreg
Group Reviewers
hg-reviewers
Commits
rHGed95758addf3: py3: make sure we open the files in bytes mode
rHG7e025d4c6f61: py3: make sure we open the files in bytes mode
Summary
Diff Detail
Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped
Event Timeline
pulkit
created this revision.
Feb 18 2018, 8:31 AM
Herald
added a reviewer:
hg-reviewers
.
·
View Herald Transcript
Feb 18 2018, 8:31 AM
Herald
added a subscriber:
mercurial-devel
.
·
View Herald Transcript
pulkit
added a child revision:
D2334: py3: use print as a function in test-mq-push-fail.t
.
Feb 18 2018, 8:31 AM
yuja
requested changes to this revision.
Feb 18 2018, 9:12 AM
yuja
added a subscriber:
yuja
.
yuja
added inline comments.
mercurial/posix.py
116
Two more missing 'b's, here
124
and here.
This revision now requires changes to proceed.
Feb 18 2018, 9:12 AM
pulkit
updated this revision to
Diff 5879
.
Feb 18 2018, 9:41 AM
indygreg
accepted this revision.
Feb 18 2018, 11:32 AM
Closed by commit
rHG7e025d4c6f61: py3: make sure we open the files in bytes mode
(authored by
pulkit
).
·
Explain Why
Feb 18 2018, 11:32 AM
This revision was automatically updated to reflect the committed changes.
yuja
added inline comments.
Feb 19 2018, 7:00 AM
mercurial/posix.py
116
should be 'rb'
Fixed in flight.
Two more missing 'b's, here