This is an archive of the discontinued Mercurial Phabricator instance.

logtoprocess: use new runbgcommand from procutil
ClosedPublic

Authored by durin42 on Oct 11 2018, 8:21 AM.

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 11 2018, 8:21 AM
indygreg accepted this revision.Oct 11 2018, 9:35 AM
indygreg added a subscriber: indygreg.
indygreg added inline comments.
hgext/logtoprocess.py
68

tonativestr is lost as part of the function port. Do we need it for Py3?

This revision is now accepted and ready to land.Oct 11 2018, 9:35 AM
mharbison72 added inline comments.
hgext/logtoprocess.py
68

Yes, and also the environment fix up too for Windows. But it probably should go in D4938.

durin42 updated this revision to Diff 12402.Nov 5 2018, 1:09 PM
This revision was automatically updated to reflect the committed changes.