# HG changeset patch # User Martin Geisler # Date 1278114530 -7200 # Node ID 594ca4c60d62080c2f7f1e65c27d787054c9f801 # Parent 239f3210c970615dc1d5f861a92b61b4662a71a5 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/ diff -r 239f3210c970 -r 594ca4c60d62 contrib/hgweb.wsgi --- 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"