mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-24 14:30: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:
parent
db402a6836
commit
b5a104765a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class ArcanistMercurialAPI extends ArcanistRepositoryAPI {
|
||||||
return $logs;
|
return $logs;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getBlame($path, $mode) {
|
public function getBlame($path) {
|
||||||
list($stdout) = execx(
|
list($stdout) = execx(
|
||||||
'(cd %s && hg annotate -u -v -c --rev %s -- %s)',
|
'(cd %s && hg annotate -u -v -c --rev %s -- %s)',
|
||||||
$this->getPath(),
|
$this->getPath(),
|
||||||
|
|
Loading…
Reference in a new issue