Mercurial > hg
comparison hgweb.cgi @ 26421:4b0fc75f9403
urls: bulk-change primary website URLs
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 30 Sep 2015 15:43:49 -0500 |
parents | 85cba926cb59 |
children | 47ef023d0165 |
comparison
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 |