# HG changeset patch # User Robert McIntyre # Date 1319091742 25200 # Node ID dfc6cd448c24fbc1956272e7a4d59c3b9cefef64 # Parent 7ac5f81af66d8c03c54f68f8eacedb430ce91438 cleaned up example script diff -r 7ac5f81af66d -r dfc6cd448c24 hgweb.py --- a/hgweb.py Wed Oct 19 23:20:17 2011 -0700 +++ b/hgweb.py Wed Oct 19 23:22:22 2011 -0700 @@ -1,14 +1,7 @@ #!/usr/bin/env python -# -# An example hgweb CGI script, edit as necessary -# See also http://mercurial.selenic.com/wiki/PublishingRepositories -# Path to repo or hgweb config to serve (see 'hg help hgweb') config = "/home/r/proj/bortreb/hgweb.config" -# Uncomment and adjust if Mercurial is not installed system-wide: -#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()