|
|
@@ -52,7 +52,7 @@ if(root,
|
|
|
format_root_commit(self),
|
|
|
label(if(current_working_copy, "working_copy"),
|
|
|
concat(
|
|
|
- format_short_commit_header(self) ++ "\n",
|
|
|
+ label(if(self.contained_in("remote_bookmarks().."), "unpushed"), format_short_commit_header(self)) ++ "\n",
|
|
|
separate(" ",
|
|
|
if(empty, label("empty", "(empty)")),
|
|
|
if(description,
|
|
|
@@ -71,5 +71,7 @@ if(root,
|
|
|
'bookmarks name' = '#d47ebe'
|
|
|
'commit author email' = '#f9e2af'
|
|
|
'commit change_id shortest prefix' = '#cba6f7'
|
|
|
+'commit unpushed change_id shortest prefix' = '#fab387'
|
|
|
+'commit working_copy unpushed change_id shortest prefix' = '#f38ba8'
|
|
|
'commit working_copy change_id shortest prefix' = '#f38ba8'
|
|
|
timestamp = '#a6adc8'
|