Skip to content
Snippets Groups Projects
Commit 903f6705c269 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

benchmark: add some doc to _setup_repo_type

This is not a long doc, but should help to navigate the code.
parent ad5ad726d440
No related branches found
No related tags found
No related merge requests found
......@@ -256,6 +256,7 @@
raise NotImplementedError
def _setup_repo_type(self, repo_type):
"""setup a hgweb server if we have to"""
self._hgserve = None
if repo_type == 'http' and self.get_asv_rev() in self.get_skip()['hgweb']:
raise NotImplementedError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment