hgweb.cgi
changeset 26421 4b0fc75f9403
parent 15475 85cba926cb59
child 43691 47ef023d0165
equal deleted inserted replaced
26420:2fc86d92c4a9 26421:4b0fc75f9403
     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 # See also https://mercurial-scm.org/wiki/PublishingRepositories
     5 
     5 
     6 # 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')
     7 config = "/path/to/repo/or/config"
     7 config = "/path/to/repo/or/config"
     8 
     8 
     9 # Uncomment and adjust if Mercurial is not installed system-wide
     9 # Uncomment and adjust if Mercurial is not installed system-wide