This is an archive of the discontinued Mercurial Phabricator instance.

hgweb: rename req to wsgireq
ClosedPublic

Authored by indygreg on Mar 8 2018, 8:06 PM.

Details

Summary

We will soon introduce a parsed WSGI request object so we don't
have to concern ourselves with low-level WSGI matters. Prepare
for multiple request objects by renaming the existing one so it
is clear it deals with WSGI.

We also remove a symbol import to avoid even more naming confusion.

Diff Detail

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

Event Timeline

indygreg created this revision.Mar 8 2018, 8:06 PM
durin42 accepted this revision.Mar 9 2018, 1:56 PM
This revision is now accepted and ready to land.Mar 9 2018, 1:56 PM
This revision was automatically updated to reflect the committed changes.