1 files changed,
1 insertions(+),
4 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-27 11:31:45 +0200
Parent:
72228fe
M
config/jj/config.toml
ยทยทยท 33 33 tug = ["bookmark", "advance"] 34 34 35 35 [revsets] 36 -bookmark-advance-to = "closest_pushable(@)" 37 -bookmark-advance-from = "closest_bookmark(@)" 36 +bookmark-advance-to = "heads(::@ & ~description(exact:'') & (~empty() | merges()))" 38 37 39 38 [revset-aliases] 40 39 "private()" = "description(glob:'private:*') | description(glob:'wip:*')" 41 40 "stack()" = "ancestors(reachable(@, mutable()), 2)" 42 41 "user(x)" = "author(x) | committer(x)" 43 42 "mutable_roots()" = "roots(trunk()..) & mutable()" 44 -"closest_bookmark(to)" = "heads(::to & bookmarks())" 45 -"closest_pushable(to)" = "heads(::to & ~description(exact:'') & (~empty() | merges()))" 46 43 47 44 [templates] 48 45 git_push_bookmark = '"olex/" ++ change_id.shortest(6)'