diff --git a/src/repository/api/mercurial/ArcanistMercurialAPI.php b/src/repository/api/mercurial/ArcanistMercurialAPI.php index 4685b5c8..cd83678f 100644 --- a/src/repository/api/mercurial/ArcanistMercurialAPI.php +++ b/src/repository/api/mercurial/ArcanistMercurialAPI.php @@ -136,7 +136,7 @@ class ArcanistMercurialAPI extends ArcanistRepositoryAPI { return $logs; } - public function getBlame($path, $mode) { + public function getBlame($path) { list($stdout) = execx( '(cd %s && hg annotate -u -v -c --rev %s -- %s)', $this->getPath(),