mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
Fix mixing parens on getWorkingCopyIdentity in ArcanistMercurialAPI
This commit is contained in:
parent
636bcef5ca
commit
e18e4886ba
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ final class ArcanistMercurialAPI extends ArcanistRepositoryAPI {
|
|||
if (empty($this->relativeCommit)) {
|
||||
|
||||
if ($this->getBaseCommitArgumentRules() ||
|
||||
$this->getWorkingCopyIdentity->getConfigFromAnySource('base')) {
|
||||
$this->getWorkingCopyIdentity()->getConfigFromAnySource('base')) {
|
||||
$base = $this->resolveBaseCommit();
|
||||
if (!$base) {
|
||||
throw new ArcanistUsageException(
|
||||
|
|
Loading…
Reference in a new issue