summaryrefslogtreecommitdiffstats
path: root/src/queue.rs
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-09-04 09:08:29 +0200
committerGitHub <noreply@github.com>2020-09-04 09:08:29 +0200
commit17de5a900c15de84e4f7c27c3cc81e4e3a364c93 (patch)
tree6faaa96eb9d25188f043e2ac4b3f0fa806a04a68 /src/queue.rs
parent56959e6596d102a1edf5a1e79f5abe921fbc4718 (diff)
Test push progress (#272)
Diffstat (limited to 'src/queue.rs')
-rw-r--r--src/queue.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/queue.rs b/src/queue.rs
index 98258489..23af8f40 100644
--- a/src/queue.rs
+++ b/src/queue.rs
@@ -39,8 +39,6 @@ pub enum InternalEvent {
///
ShowErrorMsg(String),
///
- ShowInfoMsg(String),
- ///
Update(NeedsUpdate),
/// open commit msg input
OpenCommit,
@@ -56,6 +54,8 @@ pub enum InternalEvent {
CreateBranch,
///
OpenExternalEditor(Option<String>),
+ ///
+ Push(String),
}
///