branch | stable |
changeset 50734 | d5cd1fd690f3 |
parent 45830 | c102b704edb5 |
--- a/contrib/hgweb.fcgi Tue Jun 27 12:09:17 2023 +0200 +++ b/contrib/hgweb.fcgi Mon Jun 26 18:00:28 2023 +0200 @@ -9,9 +9,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()