From 86eae809e05227a730861ef7a9d576dd42a695b9 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Fri, 22 Nov 2013 18:44:50 +0530 Subject: [PATCH] ArcanistGitAPI: remove a bogus comment See: This comment is indecipherable even if it originally meant something. Reviewed by: epriestley --- src/repository/api/ArcanistGitAPI.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/repository/api/ArcanistGitAPI.php b/src/repository/api/ArcanistGitAPI.php index a15a96ac..5a6f740f 100644 --- a/src/repository/api/ArcanistGitAPI.php +++ b/src/repository/api/ArcanistGitAPI.php @@ -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(