Commit Graph

9 Commits

Author SHA1 Message Date
3c9cb8bd73 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 00:13:17 +02:00
0ef1f61613 feat(errors): preserve jj-emitted errors when loading config 2026-04-05 16:41:11 +02:00
c67ed67aa1 fix(config): load user config
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 11m34s
2026-03-08 19:05:57 +01:00
98403152ab chore(build): preparing for CI 2026-03-08 19:05:57 +01:00
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
1b66d7f86c feat: complete JjLib describe implementation 2026-03-07 01:23:10 +01:00
bd20747bae feat(JjLib): JjLib implementation 2026-03-07 01:23:10 +01:00
d60486a0be feat(CommitType): implement CommitType and tests 2026-02-07 19:43:06 +01:00
d0f2b3fea1 feat: create module structure 2026-02-07 19:43:06 +01:00