1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 08:58:55 +02:00

ArcanistGitAPI: remove a bogus comment

See: <628de7d7a1 (commitcomment-4675543)>

This comment is indecipherable even if it originally meant something.

Reviewed by: epriestley
This commit is contained in:
Ramkumar Ramachandra 2013-11-22 18:44:50 +05:30 committed by epriestley
parent 6dade54efb
commit 86eae809e0

View file

@ -473,9 +473,6 @@ final class ArcanistGitAPI extends ArcanistRepositoryAPI {
'ls-files --others --exclude-standard',
));
// TODO: This doesn't list unstaged adds. It's not clear how to get that
// list other than "git status --porcelain" and then parsing it. :/
// Unstaged changes
$unstaged_future = $this->buildLocalFuture(
array(