author | Martin Geisler <mg@lazybytes.net> |
Sat, 03 Jul 2010 02:03:55 +0200 | |
branch | stable |
changeset 11503 | 227b9f13db13 |
parent 11502 | 594ca4c60d62 |
child 11504 | 6bfb76cb8873 |
--- 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"