Add a hg() method on BaseTestSuite
This is a wrapper to check_output that run currently benchmarked hg (self.hgpath). This also use the repository in self.repo_path by default but others can be used (especially useful for exchange benchmarks). The goal is to use this wrapper everywere instead of specific wrappers (_execute, _single_execute, subprocess.check_output) in next changesets.
Please register or sign in to comment