1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 14:52:40 +01:00

Merge pull request #38 from phleet/patch-1

Fix mixing parens on getWorkingCopyIdentity in ArcanistMercurialAPI
This commit is contained in:
dschleimer-fb 2012-06-22 12:31:15 -07:00
commit f931318894

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(