changeset 11503:227b9f13db13 stable

hgweb: add link to wiki
author Martin Geisler <mg@lazybytes.net>
date Sat, 03 Jul 2010 02:03:55 +0200
parents 594ca4c60d62
children 6bfb76cb8873
files hgweb.cgi
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgweb.cgi	Sat Jul 03 01:48:50 2010 +0200
+++ b/hgweb.cgi	Sat Jul 03 02:03:55 2010 +0200
@@ -1,6 +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 = "/path/to/repo/or/config"