diff hgweb.cgi @ 15476:7c06e9c35f2f

mq: add a warning about uncommitted changes for qfinish
author Matt Mackall <mpm@selenic.com>
date Thu, 10 Nov 2011 15:40:34 -0600
parents 227b9f13db13
children 4b0fc75f9403
line wrap: on
line diff
--- a/hgweb.cgi	Wed Nov 09 19:46:51 2011 -0500
+++ b/hgweb.cgi	Thu Nov 10 15:40:34 2011 -0600
@@ -6,7 +6,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: