Skip to content
Snippets Groups Projects
Commit 02bea04b4c54 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

hgweb: transition permissions hooks to modern request type (API)

We're trying to remove ``wsgirequest``. The permissions hooks don't
do anything they can't do with our new request type. So let's
pass that in.

This was the last use of ``wsgirequest`` in the wire protocol code!

.. api::

   hgweb.hgweb_mod.permhooks no longer take a ``wsgirequest`` instance
   as an argument.

Differential Revision: https://phab.mercurial-scm.org/D2793
parent 97f44b0720e2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment