hgweb.cgi
branchstable
changeset 26813 b66e3ca0b90c
parent 26421 4b0fc75f9403
child 43691 47ef023d0165
equal deleted inserted replaced
26535:d3712209921d 26813:b66e3ca0b90c
     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