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"),
|
||||
),
|
||||
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…
Reference in a new issue