Show More
@@ -181,7 +181,8 b' class VCSMiddleware(object):' | |||
|
181 | 181 | repo_name, vcs_handler.basepath, vcs_handler.SCM): |
|
182 | 182 | return HTTPNotFound()(environ, start_response) |
|
183 | 183 | |
|
184 | # TODO(marcink): this is probably not needed anymore | |
|
184 | # TODO: johbo: Needed for the Pyro4 backend and Mercurial only. | |
|
185 | # Remove once we fully switched to the HTTP backend. | |
|
185 | 186 | environ['REPO_NAME'] = repo_name |
|
186 | 187 | |
|
187 | 188 | # register repo_name and it's config back to the handler |
General Comments 0
You need to be logged in to leave comments.
Login now