cli: Use correct styling for revision id
This commit is contained in:
parent
f0b8446515
commit
eb1ae13e68
|
|
@ -93,7 +93,7 @@ pub fn run(
|
|||
spinner.message(format!(
|
||||
"Switched to branch {} at revision {}",
|
||||
term::format::highlight(&patch_branch),
|
||||
term::format::secondary(term::format::oid(revision_id)),
|
||||
term::format::dim(term::format::oid(revision_id)),
|
||||
));
|
||||
spinner.finish();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue