mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01: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:
parent
6dade54efb
commit
86eae809e0
1 changed files with 0 additions and 3 deletions
|
@ -473,9 +473,6 @@ final class ArcanistGitAPI extends ArcanistRepositoryAPI {
|
||||||
'ls-files --others --exclude-standard',
|
'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 changes
|
||||||
$unstaged_future = $this->buildLocalFuture(
|
$unstaged_future = $this->buildLocalFuture(
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in a new issue