mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-13 22:14:49 +08:00
When `jj status` reports conflicted bookmarks, it suggests running `jj bookmark list` for details and `jj bookmark set` to resolve the conflict. However, it's easy to just read the first half of the hint and run `jj bookmark list` and then not know what to do. Let's remind the user of the hint in the `jj bookmark list` output if there are conflicted bookmarks. It should also be useful for users who run `jj bookmark list` out of habit (not directly because `jj status` suggested it).