cgi-bin/repos.cgi
changeset 19 21b8241f5fba
parent 18 9b3a3c7e439b
child 20 b5f32903acad
equal deleted inserted replaced
18:9b3a3c7e439b 19:21b8241f5fba
    41 # Then repos will list as bar and quux/baz.
    41 # Then repos will list as bar and quux/baz.
    42 #
    42 #
    43 # Alternatively you can pass a list of ('virtual/path', '/real/path') tuples
    43 # Alternatively you can pass a list of ('virtual/path', '/real/path') tuples
    44 # or use a dictionary with entries like 'virtual/path': '/real/path'
    44 # or use a dictionary with entries like 'virtual/path': '/real/path'
    45 
    45 
    46 application = hgwebdir('/home/urbanc/HG-REPOS/hgweb.config')
    46 application = hgwebdir('/dcs/web/staff/urbanc/HGREPOS/hgweb.config')
    47 wsgicgi.launch(application)
    47 wsgicgi.launch(application)