Page Menu
Home
Phabricator
This is an archive of the discontinued Mercurial Phabricator instance.
Differential
D5114
tests: use byte literals in test-storage.py
Closed
Public
Authored by
indygreg
on Oct 16 2018, 11:54 AM.
Download Raw Diff
Tags
None
Subscribers
mercurial-devel
Details
Reviewers
pulkit
Group Reviewers
hg-reviewers
Commits
rHG9b2e1b00ee94: tests: use byte literals in test-storage.py
Summary
This fixes a Python 3 breakage due to unknown key due to str/bytes type
mismatch.
skip-blame just b'' literals
Diff Detail
Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped
Event Timeline
indygreg
created this revision.
Oct 16 2018, 11:54 AM
Herald
added a reviewer:
hg-reviewers
.
·
View Herald Transcript
Oct 16 2018, 11:54 AM
Herald
added a subscriber:
mercurial-devel
.
·
View Herald Transcript
indygreg
added a child revision:
D5115: testing: remove expectation of error on bad node insert
.
Oct 16 2018, 11:54 AM
pulkit
accepted this revision.
Oct 16 2018, 11:55 AM
Closed by commit
rHG9b2e1b00ee94: tests: use byte literals in test-storage.py
(authored by
indygreg
).
·
Explain Why
Oct 16 2018, 12:11 PM
This revision was automatically updated to reflect the committed changes.