diff contrib/hgweb.wsgi @ 11502:594ca4c60d62 stable

hgweb.wsgi: add a URL to the corresponding wiki documentation Imported for_upstream__add_doc_url_in_example_files.patch from Debian's patch queue: http://svn.debian.org/viewsvn/python-apps/packages/mercurial/trunk/debian/patches/
author Martin Geisler <mg@lazybytes.net>
date Sat, 03 Jul 2010 01:48:50 +0200
parents b1739ebb9f3f
children 85cba926cb59
line wrap: on
line diff
--- a/contrib/hgweb.wsgi	Thu Jul 01 19:13:23 2010 -0500
+++ b/contrib/hgweb.wsgi	Sat Jul 03 01:48:50 2010 +0200
@@ -1,4 +1,5 @@
 # An example WSGI for use with mod_wsgi, edit as necessary
+# See http://mercurial.selenic.com/wiki/modwsgi for more information
 
 # Path to repo or hgweb config to serve (see 'hg help hgweb')
 config = "/path/to/repo/or/config"