D2770: hgweb: make parsedrequest part of wsgirequest

2018-03-12 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG1f7d9024674c: hgweb: make parsedrequest part of wsgirequest (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2770: hgweb: make parsedrequest part of wsgirequest

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

D2770: hgweb: make parsedrequest part of wsgirequest

2018-03-09 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is kind of ugly. But upcoming commits will teach our parsedrequest instances about how to read from the input stream and how to parse form variables which