Add -r/--revisions CLI arg to review a revset/commit range#157
Merged
YPares merged 1 commit intoagavra:mainfrom Feb 9, 2026
Merged
Add -r/--revisions CLI arg to review a revset/commit range#157YPares merged 1 commit intoagavra:mainfrom
YPares merged 1 commit intoagavra:mainfrom
Conversation
f91876f to
ffc8373
Compare
agavra
approved these changes
Feb 9, 2026
Owner
agavra
left a comment
There was a problem hiding this comment.
LGTM! Feel free to merge when CI is green.
ffc8373 to
795271a
Compare
bf58047 to
c90f32f
Compare
Collaborator
Author
c90f32f to
5da3823
Compare
Deduplicate App construction
5da3823 to
ce7f42c
Compare
Owner
|
Nice, tested locally and more complex expressions like |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
You can run tuicr with the
--revset/-rarg to go straight into reviewing a set of revisions. For instance:This automatically starts reviewing all commits which are not in
main. Note that if the selected revset is disjoint, intermediary revisions will be included too so we still end up with a valid range without "holes".This also factorizes App construction.