mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-26 00:32:41 +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 (empty($this->relativeCommit)) {
|
||||||
|
|
||||||
if ($this->getBaseCommitArgumentRules() ||
|
if ($this->getBaseCommitArgumentRules() ||
|
||||||
$this->getWorkingCopyIdentity->getConfigFromAnySource('base')) {
|
$this->getWorkingCopyIdentity()->getConfigFromAnySource('base')) {
|
||||||
$base = $this->resolveBaseCommit();
|
$base = $this->resolveBaseCommit();
|
||||||
if (!$base) {
|
if (!$base) {
|
||||||
throw new ArcanistUsageException(
|
throw new ArcanistUsageException(
|
||||||
|
|
Loading…
Reference in a new issue