Description
jj log seems to ignore colors configured by local_bookmarks and remote_bookmarks. The default colors config has:
"bookmark" = "magenta"
"bookmarks" = "magenta"
"local_bookmarks" = "magenta"
"remote_bookmarks" = "magenta"
so this wouldn't be visible, but changing this to:
"bookmark" = "yellow"
"bookmarks" = "green"
"local_bookmarks" = "red"
"remote_bookmarks" = "blue"
has every bookmark (remote or local) showing up as green.
Expected Behavior
Somewhat unclear, given the ambiguity between "bookmarks" (and "bookmark"?) and local/remote bookmarks. But I'd expect local bookmarks to be red, and remote bookmarks to be blue.
Actual Behavior
Every bookmark is green.
Specifications
- Platform: macOS
- Version: jj 0.43.0-89f62ede8c1c611eaf134c0c49252efd65c7945d
Description
jj logseems to ignore colors configured bylocal_bookmarksandremote_bookmarks. The default colors config has:so this wouldn't be visible, but changing this to:
has every bookmark (remote or local) showing up as green.
Expected Behavior
Somewhat unclear, given the ambiguity between "bookmarks" (and "bookmark"?) and local/remote bookmarks. But I'd expect local bookmarks to be red, and remote bookmarks to be blue.
Actual Behavior
Every bookmark is green.
Specifications