( )
⚙ D1903 mq: use bytes() instead of str() to encode statusentries for writing
Page Menu
Home
Phabricator
This is an archive of the discontinued Mercurial Phabricator instance.
Differential
D1903
mq: use bytes() instead of str() to encode statusentries for writing
Closed
Public
Authored by
durin42
on Jan 18 2018, 8:39 AM.
Download Raw Diff
Tags
None
Subscribers
yuja
,
mercurial-devel
Details
Reviewers
indygreg
Group Reviewers
hg-reviewers
Commits
rHG522f868680ca: mq: use bytes() instead of str() to encode statusentries for writing
rHG577a4d267e0f: mq: use bytes() instead of str() to encode statusentries for writing
Summary
Diff Detail
Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped
Event Timeline
durin42
created this revision.
Jan 18 2018, 8:39 AM
Herald
added a reviewer:
hg-reviewers
.
·
View Herald Transcript
Jan 18 2018, 8:39 AM
Herald
added a subscriber:
mercurial-devel
.
·
View Herald Transcript
yuja
added a subscriber:
yuja
.
Jan 18 2018, 9:04 AM
Comment Actions
Perhaps it could be just
bytes
.
durin42
retitled this revision from
mq: use pycompat.bytestr() instead of str() to encode statusentries for writing
to
mq: use bytes() instead of str() to encode statusentries for writing
.
Jan 18 2018, 11:13 AM
durin42
added a child revision:
D1906: revlog: correct type in check to verify rawtext is immutable
.
durin42
updated this revision to
Diff 4910
.
indygreg
accepted this revision.
Feb 1 2018, 3:40 PM
This revision is now accepted and ready to land.
Feb 1 2018, 3:40 PM
Closed by commit
rHG577a4d267e0f: mq: use bytes() instead of str() to encode statusentries for writing
(authored by
durin42
).
·
Explain Why
Feb 1 2018, 3:42 PM
This revision was automatically updated to reflect the committed changes.