Show More
@@ -134,7 +134,7 class hgwebdir(object): | |||||
134 | real = dict(self.repos).get(virtual) |
|
134 | real = dict(self.repos).get(virtual) | |
135 | if real: |
|
135 | if real: | |
136 | try: |
|
136 | try: | |
137 | hgweb(real).run(req) |
|
137 | hgweb(real).run_wsgi(req) | |
138 | except IOError, inst: |
|
138 | except IOError, inst: | |
139 | req.write(tmpl("error", error=inst.strerror)) |
|
139 | req.write(tmpl("error", error=inst.strerror)) | |
140 | except hg.RepoError, inst: |
|
140 | except hg.RepoError, inst: |
General Comments 0
You need to be logged in to leave comments.
Login now