summaryrefslogtreecommitdiff
path: root/perl5
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-27 10:58:20 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-27 10:58:20 -0700
commitdeae758c243fb7e0c163b32fbddd3ed3038de132 (patch)
tree1d1eb8a84f4ba2f208e9be7749b3320173b878b6 /perl5
parent9cde57fa58b70cf5d9233531edc08de5c93308fb (diff)
downloaddotfiles-deae758c243fb7e0c163b32fbddd3ed3038de132.tar.gz
check for detached HEADs in 'mr status', drop two old TODOs
Additionally, don't look for branches with unpushed commits in linked working trees. This avoids duplication in 'mr status' output for multiple repos.
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 {