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

Having to list all the bookmarks you would list to auto-advance in your jj config.toml is a hassle and easy to forget.
ideally this should be done automatically when you create the bookmark, maybe with a commandline option: jj bookmark create -a/--auto-advance ...