( )⚙ D12338 py3: use int instead of pycompat.long

This is an archive of the discontinued Mercurial Phabricator instance.

py3: use int instead of pycompat.long
ClosedPublic

Authored by indygreg on Mar 3 2022, 10:30 PM.

Details

Summary

pycompat.long is aliased to int. So this should have no change in
functionality.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Mar 3 2022, 10:30 PM
Alphare accepted this revision.Mar 8 2022, 4:31 AM
This revision is now accepted and ready to land.Mar 8 2022, 4:31 AM
This revision was automatically updated to reflect the committed changes.