diff -r 594ca4c60d62 -r 227b9f13db13 hgweb.cgi --- 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"