1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-12-23 14:00:55 +01:00

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
This commit is contained in:
Jakub Vrana 2011-12-13 09:44:31 -08:00
parent db402a6836
commit b5a104765a

View file

@ -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(),