forked from mirrors/jj
cli: colorize local/remote_branches keywords
This is a follow up for 0e14a1f04d
"templater: add local/remote_branches
keywords."
This commit is contained in:
parent
3357882496
commit
bde9cda915
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
"working_copies" = "magenta"
|
||||
"branch" = "magenta"
|
||||
"branches" = "magenta"
|
||||
"local_branches" = "magenta"
|
||||
"remote_branches" = "magenta"
|
||||
"tags" = "magenta"
|
||||
"git_refs" = "green"
|
||||
"git_head" = "green"
|
||||
|
@ -45,6 +47,8 @@
|
|||
"working_copy working_copies" = "bright magenta"
|
||||
"working_copy branch" = "bright magenta"
|
||||
"working_copy branches" = "bright magenta"
|
||||
"working_copy local_branches" = "bright magenta"
|
||||
"working_copy remote_branches" = "bright magenta"
|
||||
"working_copy tags" = "bright magenta"
|
||||
"working_copy git_refs" = "bright green"
|
||||
"working_copy divergent" = "bright red"
|
||||
|
|
Loading…
Reference in a new issue