forked from kemitix/git-next
feat(tui): make progression of branches clearer
Using the branch names configured for the repo, indicate that the branches move towards dev.
This commit is contained in:
parent
be41842dae
commit
22ce2d431a
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@ impl<'a> Identity<'a> {
|
|||
repo_alias,
|
||||
" ".into(),
|
||||
alert,
|
||||
format!("({main}/{next}/{dev}) [").into(),
|
||||
format!("({main} -> {next} -> {dev}) ").into(),
|
||||
message.into(),
|
||||
"] ".into(),
|
||||
" ".into(),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue