##// END OF EJS Templates
hgweb: add link to wiki
Martin Geisler -
r11503:227b9f13 stable
parent child Browse files
Show More
@@ -1,6 +1,7 b''
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"
General Comments 0
You need to be logged in to leave comments. Login now