mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-26 00:32:41 +01:00
Minor, fix clowniness.
This commit is contained in:
parent
3991e679e7
commit
1acbe76cbf
1 changed files with 0 additions and 2 deletions
|
@ -128,8 +128,6 @@ EOTEXT
|
||||||
$use_squash = !$this->isHistoryImmutable();
|
$use_squash = !$this->isHistoryImmutable();
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($use_squash);
|
|
||||||
|
|
||||||
$repository_api = $this->getRepositoryAPI();
|
$repository_api = $this->getRepositoryAPI();
|
||||||
if (!($repository_api instanceof ArcanistGitAPI)) {
|
if (!($repository_api instanceof ArcanistGitAPI)) {
|
||||||
throw new ArcanistUsageException("'arc land' only supports git.");
|
throw new ArcanistUsageException("'arc land' only supports git.");
|
||||||
|
|
Loading…
Reference in a new issue