This is an archive of the discontinued Mercurial Phabricator instance.

py3: make contrib/debugshell.py work with Python 3
ClosedPublic

Authored by pulkit on Feb 27 2019, 5:46 PM.

Details

Summary

I changed default mercurial installation of my personal laptop to one installed
with python 3.7. debugshell is one of the extension which I have enabled and it
was failing. This patch makes debugshell works with Python 3.

I found that chg does not work with 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

pulkit created this revision.Feb 27 2019, 5:46 PM
This revision was automatically updated to reflect the committed changes.