From e18e4886ba6839e021684af2008fc7bdca2faff0 Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Fri, 22 Jun 2012 16:25:49 -0300 Subject: [PATCH] Fix mixing parens on getWorkingCopyIdentity in ArcanistMercurialAPI --- src/repository/api/ArcanistMercurialAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository/api/ArcanistMercurialAPI.php b/src/repository/api/ArcanistMercurialAPI.php index 6fecb573..00371d95 100644 --- a/src/repository/api/ArcanistMercurialAPI.php +++ b/src/repository/api/ArcanistMercurialAPI.php @@ -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(