This is an archive of the discontinued Mercurial Phabricator instance.

webcommands: replace str(ctx) etc with pycompat.bytestr(ctx) etc
ClosedPublic

Authored by durin42 on Oct 16 2017, 10:56 PM.

Details

Summary

hgweb can now serve the graph view in Python 3.

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.Oct 16 2017, 10:56 PM
pulkit accepted this revision.Oct 17 2017, 6:41 AM
ryanmce accepted this revision.Oct 17 2017, 8:39 AM
ryanmce added a subscriber: ryanmce.

queued

This revision is now accepted and ready to land.Oct 17 2017, 8:39 AM
This revision was automatically updated to reflect the committed changes.