Batch mode for jj #55
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
lab/turboCommit#55
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When run in a jj repo the option -r is already impl to target a revision.
can we include a range possiblity. We do not need full revset parsing. possibly
-r xfoa--fxpfas an example. and that by default first of course parses this and prints out the whole list of revisions (maybe actually with jj so less work for us) and question to actually rewrite all these. can be disabled via -y.
it should simple do the normal regular stuff but for both at the same time. This option implies -a and thus also -n 1. so no further user interaction after confirmation. if one fails everything else shuld continue. errors and logs are printed as their blocks as they come in with the revision id prefixing the block, each reivions get's their own color. no low contrast ones a11y.