# HG changeset patch # User Martin Geisler # Date 2010-07-03 00:03:55 # Node ID 227b9f13db1315c7c71a7d4ca5c8fa52ba7909eb # Parent 594ca4c60d62080c2f7f1e65c27d787054c9f801 hgweb: add link to wiki diff --git a/hgweb.cgi b/hgweb.cgi --- a/hgweb.cgi +++ b/hgweb.cgi @@ -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"