Commit 1348ee2
fix(delete): fetch each repo once across all candidate workspaces
Collecting worktree paths from N workspaces produced N distinct entries
for the same underlying repo, bypassing Set deduplication and causing
redundant fetches. Now deduplicates by repo name and fetches from
canonical repo dirs in .arb/repos/, matching the pattern used by all
other multi-repo fetch paths.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 658c446 commit 1348ee2
File tree
2 files changed
+21
-4
lines changed- src/commands
- test/integration
2 files changed
+21
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | 341 | | |
343 | 342 | | |
344 | 343 | | |
345 | 344 | | |
346 | | - | |
347 | 345 | | |
348 | 346 | | |
349 | 347 | | |
350 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
351 | 352 | | |
352 | 353 | | |
353 | 354 | | |
354 | | - | |
| 355 | + | |
355 | 356 | | |
356 | 357 | | |
357 | 358 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
950 | 966 | | |
0 commit comments