Y
Hacker News
new
|
ask
|
show
|
jobs
by
paradox460
29 days ago
They added auto advance bookmarks a while ago. You configure which revset bookmarks you want to advance or not, and then it just keeps them at the "head" of a branch
1 comments
cpeterso
29 days ago
Having to list all the bookmarks you would list to auto-advance in your jj config.toml is a hassle and easy to forget.
link
em-bee
29 days ago
ideally this should be done automatically when you create the bookmark, maybe with a commandline option:
jj bookmark create -a/--auto-advance ...
link