summaryrefslogtreecommitdiff
path: root/perl5
diff options
context:
space:
mode:
Diffstat (limited to 'perl5')
-rw-r--r--perl5/Local/MrRepo/Repo/Git.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl5/Local/MrRepo/Repo/Git.pm b/perl5/Local/MrRepo/Repo/Git.pm
index c0890203..5c9737bc 100644
--- a/perl5/Local/MrRepo/Repo/Git.pm
+++ b/perl5/Local/MrRepo/Repo/Git.pm
@@ -54,10 +54,6 @@ sub review {
my $issues = 0;
- # TODO Checks (1) and (2) should be done for each worktree.
- #
- # TODO Similarly, mr's git_status action might look at each worktree?
-
# 1. Check for a detached HEAD which is not contained in any local
# or remote ref, and might therefore contain useful work
try {