This is an archive of the discontinued Mercurial Phabricator instance.

test-check: backport py3 compat check from core hg
ClosedPublic

Authored by quark on Aug 28 2017, 9:29 PM.
Tags
None
Subscribers

Details

Summary

Hopefully this could prevent new files without absolute_import being
committed.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

quark created this revision.Aug 28 2017, 9:29 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptAug 28 2017, 9:29 PM
ryanmce accepted this revision.Aug 29 2017, 12:00 PM
ryanmce added a subscriber: ryanmce.

You should farm out tasks to the whole team to get these all to use absolute_import going forward :-)

This revision is now accepted and ready to land.Aug 29 2017, 12:00 PM
durham resigned from this revision.Sep 12 2017, 12:14 PM
quark added a comment.Nov 10 2017, 1:35 PM

I'm landing this since the check is more predictable than the import checker.

This revision was automatically updated to reflect the committed changes.