bin: Improve log messages
modified bin/commands/inbox.rs
@@ -188,7 +188,7 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -213,9 +213,7 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue.rs
@@ -250,7 +250,7 @@ pub async fn run(options: Options, ctx: impl Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -286,8 +286,7 @@ pub async fn run(options: Options, ctx: impl Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch.rs
@@ -307,13 +307,13 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -391,8 +391,7 @@ mod interface {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/review.rs
@@ -595,8 +595,6 @@ impl store::Update<Message> for App<'_> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -641,15 +639,15 @@ impl store::Update<Message> for App<'_> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/ui/items/notification.rs
@@ -176,8 +176,8 @@ impl NotificationKind {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -187,8 +187,8 @@ impl NotificationKind {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/ui/items/patch.rs
@@ -613,7 +613,7 @@ impl From<(&Repository, &Review, &HunkDiff)> for HunkItem<'_> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|