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!(
|
spinner.message(format!(
|
||||||
"Switched to branch {} at revision {}",
|
"Switched to branch {} at revision {}",
|
||||||
term::format::highlight(&patch_branch),
|
term::format::highlight(&patch_branch),
|
||||||
term::format::secondary(term::format::oid(revision_id)),
|
term::format::dim(term::format::oid(revision_id)),
|
||||||
));
|
));
|
||||||
spinner.finish();
|
spinner.finish();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue