contrib/hgweb.fcgi
changeset 15476 7c06e9c35f2f
parent 11002 b1739ebb9f3f
child 43659 99e231afc29c
--- a/contrib/hgweb.fcgi	Wed Nov 09 19:46:51 2011 -0500
+++ b/contrib/hgweb.fcgi	Thu Nov 10 15:40:34 2011 -0600
@@ -5,7 +5,8 @@
 # Path to repo or hgweb config to serve (see 'hg help hgweb')
 config = "/path/to/repo/or/config"
 
-# Uncomment and adjust if Mercurial is not installed system-wide:
+# Uncomment and adjust if Mercurial is not installed system-wide
+# (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: