Skip to content

jj log ignores local_bookmarks/remote_bookmarks colors #9745

Description

@vvuk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    polish🪒🐃Make existing features more convenient and more consistent

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions