diff contrib/hgweb.fcgi @ 50751:0a55206c5a1e

branching: merge stable into default
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 06 Jul 2023 16:07:34 +0200
parents d5cd1fd690f3
children
line wrap: on
line diff
--- a/contrib/hgweb.fcgi	Thu Jun 22 11:28:17 2023 +0200
+++ b/contrib/hgweb.fcgi	Thu Jul 06 16:07:34 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()