# HG changeset patch # User Johannes Bornhold # Date 2016-09-12 18:56:20 # Node ID 52ca3d84ace894b05d25b2f1a7bfb4f2688a0c63 # Parent 2cdc0863edb829bc72a6512a655bb46a3b82c54a vcs middleware: Fix up TODO note Add more context to the existing TODO note. diff --git a/rhodecode/lib/middleware/vcs.py b/rhodecode/lib/middleware/vcs.py --- a/rhodecode/lib/middleware/vcs.py +++ b/rhodecode/lib/middleware/vcs.py @@ -181,7 +181,8 @@ class VCSMiddleware(object): repo_name, vcs_handler.basepath, vcs_handler.SCM): return HTTPNotFound()(environ, start_response) - # TODO(marcink): this is probably not needed anymore + # TODO: johbo: Needed for the Pyro4 backend and Mercurial only. + # Remove once we fully switched to the HTTP backend. environ['REPO_NAME'] = repo_name # register repo_name and it's config back to the handler