Mercurial > hg
comparison hgweb.cgi @ 11503:227b9f13db13 stable
hgweb: add link to wiki
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 03 Jul 2010 02:03:55 +0200 |
parents | 338167735124 |
children | 85cba926cb59 |
comparison
equal
deleted
inserted
replaced
11502:594ca4c60d62 | 11503:227b9f13db13 |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 # | 2 # |
3 # An example hgweb CGI script, edit as necessary | 3 # An example hgweb CGI script, edit as necessary |
4 # See also http://mercurial.selenic.com/wiki/PublishingRepositories | |
4 | 5 |
5 # Path to repo or hgweb config to serve (see 'hg help hgweb') | 6 # Path to repo or hgweb config to serve (see 'hg help hgweb') |
6 config = "/path/to/repo/or/config" | 7 config = "/path/to/repo/or/config" |
7 | 8 |
8 # Uncomment and adjust if Mercurial is not installed system-wide: | 9 # Uncomment and adjust if Mercurial is not installed system-wide: |