author | Thomas Arendsen Hein <thomas@intevation.de> |
Mon, 29 Aug 2005 07:42:46 +0200 | |
changeset 1144 | 8a39df05d2c1 |
parent 1143 | 4fffb3d84b7c |
child 1147 | d32b91ebad5d |
hgwebdir.cgi | file | annotate | diff | comparison | revisions |
--- a/hgwebdir.cgi Mon Aug 29 07:39:01 2005 +0200 +++ b/hgwebdir.cgi Mon Aug 29 07:42:46 2005 +0200 @@ -13,5 +13,8 @@ # virtual/path = /real/path # virtual/path = /real/path +# Alternatively you can pass a list of ('virtual/path', '/real/path') tuples +# or use a dictionary with entries like 'virtual/path': '/real/path' + h = hgweb.hgwebdir("hgweb.config") h.run()