1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00

Minor, fix a missing config source change.

This commit is contained in:
epriestley 2013-10-19 13:32:59 -07:00
parent 359e1c2803
commit 2c64f1b072

View file

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