mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-30 19:32:39 +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"),
|
if(conflict, "conflict"),
|
||||||
),
|
),
|
||||||
coalesce(
|
coalesce(
|
||||||
if(!self, "~"),
|
|
||||||
if(current_working_copy, "@"),
|
if(current_working_copy, "@"),
|
||||||
if(immutable, "◆"),
|
if(immutable, "◆"),
|
||||||
if(conflict, "×"),
|
if(conflict, "×"),
|
||||||
@ -196,7 +195,6 @@ coalesce(
|
|||||||
if(conflict, "conflict"),
|
if(conflict, "conflict"),
|
||||||
),
|
),
|
||||||
coalesce(
|
coalesce(
|
||||||
if(!self, "~"),
|
|
||||||
if(current_working_copy, "@"),
|
if(current_working_copy, "@"),
|
||||||
if(immutable, "#"),
|
if(immutable, "#"),
|
||||||
if(conflict, "x"),
|
if(conflict, "x"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user