D2819: hgweb: refactor repository name URL parsing

2018-04-05 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In https://phab.mercurial-scm.org/D2819#49519, @mharbison72 wrote: > I installed the latest default branch with SCM Manager, and it 404s even simple things like `hg id https://...`. I bisected back to this. The paths in the access log looks unchanged: >

D2819: hgweb: refactor repository name URL parsing

2018-04-04 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. I installed the latest default branch with SCM Manager, and it 404s even simple things like `hg id https://...`. I bisected back to this. The paths in the access log looks unchanged: With this commit: 127.0.0.1 - - [04/Apr/2018:12:44:12 -0400] "GET

D2819: hgweb: refactor repository name URL parsing

2018-03-12 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The hgwebdir WSGI application detects when a requested URL is for a known repository and it effectively forwards the request to the hgweb WSGI application.