mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
fix hgweb execution for mercurial versions prior 4.1
This commit is contained in:
@@ -36,7 +36,7 @@ from mercurial.hgweb import hgweb, wsgicgi
|
||||
|
||||
demandimport.enable()
|
||||
|
||||
u = uimod.ui.load()
|
||||
u = uimod.ui()
|
||||
|
||||
# pass SCM_HTTP_POST_ARGS to enable experimental httppostargs protocol of mercurial
|
||||
# SCM_HTTP_POST_ARGS is set by HgCGIServlet
|
||||
|
||||
Reference in New Issue
Block a user