diff --git a/src/queue.rs b/src/queue.rs index 40e55274..5d5fbbc2 100644 --- a/src/queue.rs +++ b/src/queue.rs @@ -28,7 +28,6 @@ pub enum Action { Reset(ResetItem), ResetHunk(String, u64), StashDrop(CommitId), - /// DeleteBranch(String), } diff --git a/src/strings.rs b/src/strings.rs index f9e5919f..dc75b4a2 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -99,7 +99,7 @@ pub fn confirm_msg_delete_branch( _key_config: &SharedKeyConfig, branch_ref: String, ) -> String { - branch_ref + "\nconfirm delete branch?" + format!("Confirm deleting branch: '{}' ?", branch_ref) } pub fn log_title(_key_config: &SharedKeyConfig) -> String { "Commit".to_string()