Commit 4ea2be2
Allow refining on main with --since parameter, wait on in-progress reviews if any when invoking refine (#53)
**New Features**
- Add `--since` flag to `refine` to limit reviews to commits since a
given ancestor.
**Improvements**
- Wait for in-progress reviews before triggering branch reviews to avoid
duplicate work
Also quite a bit of roborev-driven test coverage
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent e7a7eb1 commit 4ea2be2
File tree
12 files changed
+1326
-88
lines changed- cmd/roborev
- internal
- daemon
- git
- scripts
12 files changed
+1326
-88
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
124 | | - | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
903 | 908 | | |
904 | 909 | | |
905 | 910 | | |
| |||
0 commit comments