branch | stable |
changeset 50734 | d5cd1fd690f3 |
parent 45830 | c102b704edb5 |
--- a/hgweb.cgi Tue Jun 27 12:09:17 2023 +0200 +++ b/hgweb.cgi Mon Jun 26 18:00:28 2023 +0200 @@ -10,9 +10,6 @@ # (consult "installed modules" path from 'hg debuginstall'): # import sys; sys.path.insert(0, "/path/to/python/lib") -# Uncomment to send python tracebacks to the browser if an error occurs: -# import cgitb; cgitb.enable() - from mercurial import demandimport demandimport.enable()