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 9362d1a commit 21717c8Copy full SHA for 21717c8
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