From b5a104765a885836024e1b88cb225b478813d324 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 13 Dec 2011 09:44:31 -0800 Subject: [PATCH] Extra variable in ArcanistMercurialAPI::getBlame() Summary: derp derp derp Blame Rev: rARCdb402a6836eaf521 Test Plan: none Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: 1197 --- src/repository/api/mercurial/ArcanistMercurialAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),