Commit Graph

7 Commits

Author SHA1 Message Date
phundrak fe226de81d chore(deps): upgrade jj-lib to 0.42.0
Run checks and build archives / build (windows-x86_64) (push) Failing after 4m53s
Run checks and build archives / coverage-and-sonar (push) Successful in 8m51s
Run checks and build archives / build (linux-x86_64) (push) Failing after 4m26s
Run checks and build archives / build (linux-aarch64) (push) Failing after 4m53s
2026-06-07 12:37:06 +02:00
phundrak 412a056e70 chore(deps): upgrade to jj-lib 0.41.0 2026-05-28 21:42:16 +02:00
phundrak 1bab78cb20 feat: set message for multiple revsets
Allows to set the revision message of multiple revisions by passing
them as arguments. This only supports simple revisions, such as `@`,
`@-`, `xs`, and so on. Comple revisions such as `@..@-` are not
supported.

Fixes: #5
2026-04-22 01:18:12 +02:00
phundrak 518d2916b9 feat(errors): preserve jj-emitted errors when loading config 2026-04-22 01:18:12 +02:00
phundrak c67ed67aa1 fix(config): load user config
Publish Docker Images / coverage-and-sonar (push) Successful in 11m34s
2026-03-08 19:05:57 +01:00
phundrak 98403152ab chore(build): preparing for CI 2026-03-08 19:05:57 +01:00
phundrak a45f0424f4 feat: add interactive conventional commit workflow with jj-lib backend
Replace CLI executor with jj-lib integration, implement full interactive
commit workflow via prompts, and add mock infrastructure for testing.
Add CLI integration tests and error handling tests.
2026-03-08 15:39:08 +01:00