changeset 45942 | 89a2afe31e82 |
parent 45380 | f0735f2ce542 |
child 46819 | d4ba4d51f85f |
--- a/mercurial/hgweb/common.py Fri Nov 27 17:00:00 2020 -0500 +++ b/mercurial/hgweb/common.py Fri Nov 27 17:03:29 2020 -0500 @@ -51,9 +51,9 @@ def checkauthz(hgweb, req, op): - '''Check permission for operation based on request data (including + """Check permission for operation based on request data (including authentication info). Return if op allowed, else raise an ErrorResponse - exception.''' + exception.""" user = req.remoteuser