cgi-bin/repos.cgi
changeset 474 10ae557fb308
parent 416 75df587e1bcd
equal deleted inserted replaced
473:a6f2847465eb 474:10ae557fb308
    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/staff/urbanc/HGREPOS/hgweb.config')
    46 application = hgwebdir('/home/k1192855/HGREPOS/hgweb.config')
    47 wsgicgi.launch(application)
    47 wsgicgi.launch(application)