mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Instead of looping forever, resolve the relative commit
Summary: Obvious error in refactoring code around getCanonicalRevisionName() in D1954. Test Plan: Ran "arc diff" without looping. Can you verify this fixes your case? Reviewers: Makinde, btrahan Reviewed By: Makinde CC: aran, epriestley Maniphest Tasks: T1025 Differential Revision: https://secure.phabricator.com/D1970
This commit is contained in:
parent
27725b073e
commit
e8accf4b9f
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ final class ArcanistMercurialAPI extends ArcanistRepositoryAPI {
|
||||||
list($stdout) = $this->execxLocal(
|
list($stdout) = $this->execxLocal(
|
||||||
'log -l 1 --template %s -r %s --',
|
'log -l 1 --template %s -r %s --',
|
||||||
'{node}',
|
'{node}',
|
||||||
$this->getRelativeCommit());
|
$string);
|
||||||
|
|
||||||
return $stdout;
|
return $stdout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue