clover: jj log has too many commits on work repo #12
Loading…
Add table
Add a link
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?
current revset
ancestors(description(regex:"^(WIP:|\\s*$)"), 3) | ancestors(immutable_heads(), 2) | ancestors(visible_heads(), 2)from immutable_heads() and visible_heads(), these should limit to bookmarks that
clo/prefix)<name>/) with a date limit like "only the most recent" or "within past week"maybe
ancestors(description(regex:"^(WIP:|\\s+$)") | working_copies(), 3) | master | ancestors(bookmarks(glob:"clo/*")::, 2) | visible_heads()::?there's a bug in the "GG" ui that makes the above render oddly but
ancestors(description(regex:"^(WIP:|\\s+$)"):: | working_copies() | bookmarks("master")::remote_bookmarks("master") | bookmarks(glob:"clo/*")::, 5)is ok progress towards what i want.