Submitter | phabricator |
---|---|
Date | March 12, 2018, 9:16 p.m. |
Message ID | <differential-rev-PHID-DREV-zncbwbx6nytvzoj45umi-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/29329/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/hgweb/request.py b/mercurial/hgweb/request.py --- a/mercurial/hgweb/request.py +++ b/mercurial/hgweb/request.py @@ -134,7 +134,8 @@ remoteuser = attr.ib() # Value of REMOTE_HOST, if set, or None. remotehost = attr.ib() - # WSGI application path. + # Relative WSGI application path. If defined, will begin with a + # ``/``. apppath = attr.ib() # List of path parts to be used for dispatch. dispatchparts = attr.ib()