ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: remove redundant elided node expression from builtin node templates

This commit is contained in:
Yuya Nishihara 2024-04-16 22:32:56 +09:00
parent 1b3bcedd53
commit 7fded98e40

View file

@ -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"),