1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 08:58:55 +02:00

Fix mixing parens on getWorkingCopyIdentity in ArcanistMercurialAPI

This commit is contained in:
Jamie Wong 2012-06-22 16:25:49 -03:00
parent 636bcef5ca
commit e18e4886ba

View file

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