##// END OF EJS Templates
vcs middleware: Fix up TODO note...
johbo -
r785:52ca3d84 default
parent child Browse files
Show More
@@ -181,7 +181,8 b' class VCSMiddleware(object):'
181 repo_name, vcs_handler.basepath, vcs_handler.SCM):
181 repo_name, vcs_handler.basepath, vcs_handler.SCM):
182 return HTTPNotFound()(environ, start_response)
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 environ['REPO_NAME'] = repo_name
186 environ['REPO_NAME'] = repo_name
186
187
187 # register repo_name and it's config back to the handler
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