D2745: hgweb: store and use request method on parsed request

2018-03-12 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG16292bbda39c: hgweb: store and use request method on parsed request (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2745: hgweb: store and use request method on parsed request

2018-03-10 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6825. indygreg edited the summary of this revision. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2745?vs=6751=6825 REVISION DETAIL https://phab.mercurial-scm.org/D2745 AFFECTED FILES mercurial/hgweb/request.py

D2745: hgweb: store and use request method on parsed request

2018-03-08 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY PEP 0333 says that REQUEST_METHOD is always defined. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2745 AFFECTED FILES