WIP: Add batch handling for Jujutsu revision ranges #57

Closed
dikka wants to merge 1 commit from agent/issue-55-batch-jj-revisions into main
Owner

Summary

  • accept inclusive Jujutsu revision ranges using <start>--<end> syntax
  • list and confirm revisions before generating one description per revision, with -y for non-interactive acceptance
  • continue after per-revision failures and preserve revision-prefixed batch debug logs
  • document batch behavior and add parser, CLI, and logging coverage

Validation

  • cargo test --locked --all-targets (50 passed)
  • cargo fmt -- --check
  • git diff --check

Related issue: lab/turboCommit#55

## Summary - accept inclusive Jujutsu revision ranges using `<start>--<end>` syntax - list and confirm revisions before generating one description per revision, with `-y` for non-interactive acceptance - continue after per-revision failures and preserve revision-prefixed batch debug logs - document batch behavior and add parser, CLI, and logging coverage ## Validation - `cargo test --locked --all-targets` (50 passed) - `cargo fmt -- --check` - `git diff --check` --- Related issue: lab/turboCommit#55
dikka closed this pull request 2026-08-02 10:47:23 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.