summaryrefslogtreecommitdiffstats
path: root/src/queue.rs
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-12-29 16:40:22 +0100
committerGitHub <noreply@github.com>2021-12-29 16:40:22 +0100
commitd5d36de01ed402a82c455944dca86b3e9616df46 (patch)
tree5170438144c8ac49333820bf2e174e12eecc0c42 /src/queue.rs
parent508ee35ce586d00e1f97ed2811820f8ac605e7d2 (diff)
implement reverting commit from revlog (#1057)
Diffstat (limited to 'src/queue.rs')
-rw-r--r--src/queue.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/queue.rs b/src/queue.rs
index 63c8a9ee..48a1ff64 100644
--- a/src/queue.rs
+++ b/src/queue.rs
@@ -43,6 +43,7 @@ pub enum Action {
PullMerge { incoming: usize, rebase: bool },
AbortMerge,
AbortRebase,
+ AbortRevert,
}
///
@@ -62,7 +63,7 @@ pub enum InternalEvent {
///
PopupStashing(StashingOptions),
///
- TabSwitch,
+ TabSwitchStatus,
///
InspectCommit(CommitId, Option<CommitTags>),
///