make jj segment
This commit is contained in:
parent
5d9dd00df2
commit
e0d15ecf4b
1 changed files with 1 additions and 2 deletions
|
@ -1673,9 +1673,8 @@
|
||||||
concat(
|
concat(
|
||||||
separate(" ",
|
separate(" ",
|
||||||
format_short_change_id_with_hidden_and_divergent_info(self),
|
format_short_change_id_with_hidden_and_divergent_info(self),
|
||||||
format_short_commit_id(commit_id),
|
|
||||||
if(conflict, label("conflict", "conflict")),
|
if(conflict, label("conflict", "conflict")),
|
||||||
if(empty, label("empty", "(empty)")),
|
if(empty, label("empty", "(E)")),
|
||||||
if(description, description.first_line(),label(if(empty, "empty"), description_placeholder),
|
if(description, description.first_line(),label(if(empty, "empty"), description_placeholder),
|
||||||
)))'
|
)))'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue