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
This commit is contained in:
2026-04-05 23:02:14 +02:00
parent 3da214ae4c
commit 06eca4b26b
17 changed files with 438 additions and 167 deletions

View File

@@ -1,4 +1,3 @@
mod cli;
mod commit;
mod error;
mod jj;