Mercurial > public > mercurial-scm > hg
log mercurial/hgweb/webcommands.py @ 36870:1f42d621f090
age | author | description |
---|---|---|
Sat, 10 Mar 2018 17:02:57 -0800 | Gregory Szorc | hgweb: support using new response object for web commands |
Sat, 10 Mar 2018 12:36:36 -0800 | Gregory Szorc | hgweb: perform all parameter lookup via qsparams |
Sat, 10 Mar 2018 11:46:52 -0800 | Gregory Szorc | hgweb: use our new request object for "style" parameter |
Sun, 04 Mar 2018 13:04:12 -0500 | Augie Fackler | hgweb: fix up trailing slash detection on Python 3 |
Thu, 01 Mar 2018 18:39:21 -0500 | Augie Fackler | webcommands: use explicit integer division for Python 3 compat |
Mon, 26 Feb 2018 16:16:37 +0530 | Pulkit Goyal | py3: use pycompat.strkwargs to convert kwargs keys to str |
Fri, 23 Feb 2018 18:47:26 +0530 | Pulkit Goyal | py3: make regex bytes in hgweb/webcommands.py |