( )⚙ D6623 py3: store _origdoc as str

This is an archive of the discontinued Mercurial Phabricator instance.

py3: store _origdoc as str
ClosedPublic

Authored by martinvonz on Jul 9 2019, 3:15 AM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHG83666f011679: py3: store _origdoc as str
Summary

Since doc is str, it seems natural that _origdoc also is.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Jul 9 2019, 3:15 AM
martinvonz added inline comments.Jul 10 2019, 12:31 PM
hgext/show.py
463

Hmm, I guess I should have just used r'' here. I'll update that.

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.