forked from mirrors/jj
cli: remove redundant elided node expression from builtin node templates
This commit is contained in:
parent
1b3bcedd53
commit
7fded98e40
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue