comparison hgweb.cgi @ 15475:85cba926cb59 stable

hgweb: add hint about finding library path with debuginstall
author Matt Mackall <mpm@selenic.com>
date Thu, 10 Nov 2011 15:08:51 -0600
parents 227b9f13db13
children 4b0fc75f9403
comparison
equal deleted inserted replaced
15472:6a7e874390b0 15475:85cba926cb59
4 # See also http://mercurial.selenic.com/wiki/PublishingRepositories 4 # See also http://mercurial.selenic.com/wiki/PublishingRepositories
5 5
6 # Path to repo or hgweb config to serve (see 'hg help hgweb') 6 # Path to repo or hgweb config to serve (see 'hg help hgweb')
7 config = "/path/to/repo/or/config" 7 config = "/path/to/repo/or/config"
8 8
9 # Uncomment and adjust if Mercurial is not installed system-wide: 9 # Uncomment and adjust if Mercurial is not installed system-wide
10 # (consult "installed modules" path from 'hg debuginstall'):
10 #import sys; sys.path.insert(0, "/path/to/python/lib") 11 #import sys; sys.path.insert(0, "/path/to/python/lib")
11 12
12 # Uncomment to send python tracebacks to the browser if an error occurs: 13 # Uncomment to send python tracebacks to the browser if an error occurs:
13 #import cgitb; cgitb.enable() 14 #import cgitb; cgitb.enable()
14 15