mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 10:12:41 +01:00
Minor, fix a missing config source change.
This commit is contained in:
parent
359e1c2803
commit
2c64f1b072
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ final class ArcanistMercurialAPI extends ArcanistRepositoryAPI {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->getBaseCommitArgumentRules() ||
|
if ($this->getBaseCommitArgumentRules() ||
|
||||||
$this->getWorkingCopyIdentity()->getConfigFromAnySource('base')) {
|
$this->getConfigurationManager()->getConfigFromAnySource('base')) {
|
||||||
$base = $this->resolveBaseCommit();
|
$base = $this->resolveBaseCommit();
|
||||||
if (!$base) {
|
if (!$base) {
|
||||||
throw new ArcanistUsageException(
|
throw new ArcanistUsageException(
|
||||||
|
|
Loading…
Reference in a new issue