We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b48b9 commit 186c4b1Copy full SHA for 186c4b1
src/commands/merge_pr_github/mod.rs
@@ -194,6 +194,8 @@ where
194
"{}",
195
warning.if_supports_color(Stream::Stdout, |text| format!("{}", text.yellow()))
196
);
197
+ } else if self.remove_local_branch {
198
+ println!("Deleted local branch `{}`.", branch_label);
199
}
200
201
if !self.remove_local_branch || branch_delete_failed {
0 commit comments