aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/Main.hs b/app/Main.hs
index c35d827..f9fedea 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -552,11 +552,6 @@ perCommitArg :: O.Parser Bool
perCommitArg =
O.switch
( O.long "per-commit"
- -- REVIEW Maybe a short variant would be nice, e.g. '-c'.
- --
- -- REVIEW Sure!, but I don't want to block on this, and I don't think this warrants a tracking issue.
- --
- -- RESOLVED
<> O.help "Review commits individually. (Default: review combined patches)"
)
@@ -635,10 +630,6 @@ main = do
plan <- R.formulatePlan perCommit baseBranch featureBranch
R.commitReview plan . A.Patch . concat
=<< mapM R.reviewStep (NE.toList plan.steps)
- -- REVIEW Why is withReviewing in the Status module and not the Review
- -- module?
- --
- -- RESOLVED `Status` has been dropped in this commit
Options {colorize, noPager, width, command = List {sort, filters, files, group = Just group, closed}} -> do
ungroupedIssues <-
I.applySorts sort