hgweb.cgi
branchstable
changeset 11503 227b9f13db13
parent 11000 338167735124
child 15475 85cba926cb59
--- 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"