From 2c64f1b0722c47492bb07090b0e514d059701a55 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 19 Oct 2013 13:32:59 -0700 Subject: [PATCH] Minor, fix a missing config source change. --- 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 2d7484a8..ba2f2b4e 100644 --- a/src/repository/api/ArcanistMercurialAPI.php +++ b/src/repository/api/ArcanistMercurialAPI.php @@ -139,7 +139,7 @@ final class ArcanistMercurialAPI extends ArcanistRepositoryAPI { } if ($this->getBaseCommitArgumentRules() || - $this->getWorkingCopyIdentity()->getConfigFromAnySource('base')) { + $this->getConfigurationManager()->getConfigFromAnySource('base')) { $base = $this->resolveBaseCommit(); if (!$base) { throw new ArcanistUsageException(