( )⚙ D12290 httppeer: inline simplified _reqdata()

This is an archive of the discontinued Mercurial Phabricator instance.

httppeer: inline simplified _reqdata()
ClosedPublic

Authored by indygreg on Mar 2 2022, 6:30 PM.

Details

Summary

The function can be reduced to an attribute lookup on Python 3. So
inline it.

Diff Detail

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

Event Timeline

indygreg created this revision.Mar 2 2022, 6:30 PM
Alphare accepted this revision.Mar 3 2022, 5:01 AM
This revision is now accepted and ready to land.Mar 3 2022, 5:01 AM
This revision was automatically updated to reflect the committed changes.