equal
deleted
inserted
replaced
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) |