This is an archive of the discontinued Mercurial Phabricator instance.

codemod: be compatible with upstream change
ClosedPublic

Authored by quark on Aug 16 2017, 11:36 PM.

Details

Reviewers
ryanmce
Group Reviewers
Restricted Project
Commits
rFBHGX924ea9f23cdd: codemod: be compatible with upstream change
Summary

D319 renamed peer.pipe[ioe] to peer._pipe[ioe].
D320 removed peer.batch.
D331 renamed subprocess to _subprocess.
D336 renamed _capabilities to capabilities.

Let's be compatible with those changes.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

quark created this revision.Aug 16 2017, 11:36 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptAug 16 2017, 11:36 PM
quark edited the summary of this revision. (Show Details)Aug 17 2017, 12:35 AM
quark updated this revision to Diff 1024.
quark updated this revision to Diff 1025.Aug 17 2017, 12:40 AM
quark planned changes to this revision.Aug 17 2017, 10:30 AM

This breaks batch. Will change.

quark edited the summary of this revision. (Show Details)Aug 17 2017, 5:53 PM
quark retitled this revision from remotefilelog: be compatible with upstream change to codemod: be compatible with upstream change.
quark updated this revision to Diff 1052.
ryanmce accepted this revision.

cc @kulshrax -- coordinate landing of this with update of upstream version

This revision is now accepted and ready to land.Aug 21 2017, 11:40 AM
This revision was automatically updated to reflect the committed changes.