mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 02:51:12 +00:00
cli: remove redundant elided node expression from builtin node templates
This commit is contained in:
parent
1b3bcedd53
commit
7fded98e40
@ -176,7 +176,6 @@ coalesce(
|
||||
if(conflict, "conflict"),
|
||||
),
|
||||
coalesce(
|
||||
if(!self, "~"),
|
||||
if(current_working_copy, "@"),
|
||||
if(immutable, "◆"),
|
||||
if(conflict, "×"),
|
||||
@ -196,7 +195,6 @@ coalesce(
|
||||
if(conflict, "conflict"),
|
||||
),
|
||||
coalesce(
|
||||
if(!self, "~"),
|
||||
if(current_working_copy, "@"),
|
||||
if(immutable, "#"),
|
||||
if(conflict, "x"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user