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

Minor, fix clowniness.

This commit is contained in:
epriestley 2012-03-23 08:56:38 -07:00
parent 3991e679e7
commit 1acbe76cbf

View file

@ -128,8 +128,6 @@ EOTEXT
$use_squash = !$this->isHistoryImmutable();
}
var_dump($use_squash);
$repository_api = $this->getRepositoryAPI();
if (!($repository_api instanceof ArcanistGitAPI)) {
throw new ArcanistUsageException("'arc land' only supports git.");