Skip to content
Snippets Groups Projects
Commit b4c1f51babca authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

Replace call to `self.hg` with `self.util_hg` in `_perfext`

parent 1610f474b0dc
No related branches found
No related tags found
No related merge requests found
......@@ -608,7 +608,7 @@
perfpath = self._getperfext(perfextversion)
kwargs.setdefault('stderr', subprocess.STDOUT)
try:
return self.hg(
return self.util_hg(
command,
'--config',
'extensions.perf={0}'.format(perfpath),
......
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