This is an archive of the discontinued Mercurial Phabricator instance.

phases: make `allphases` a list on py3 also
ClosedPublic

Authored by mharbison72 on Nov 21 2019, 6:23 PM.

Details

Summary

Pytype complained that range doesn't support slicing, so make this a list like
it was on py2.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

mharbison72 created this revision.Nov 21 2019, 6:23 PM
indygreg accepted this revision.Nov 21 2019, 9:49 PM
This revision is now accepted and ready to land.Nov 21 2019, 9:49 PM
This revision was automatically updated to reflect the committed changes.