From db0671117e8da348a993bdec96cc5f984ebefbe2 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 19 Sep 2025 23:31:47 +0200 Subject: magit-rebase-continue: Fix recent refactor mistake --- lisp/magit-sequence.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el index 5089189..97f1563 100644 --- a/lisp/magit-sequence.el +++ b/lisp/magit-sequence.el @@ -821,7 +821,7 @@ edit. With a prefix argument the old message is reused as-is." (cond ((not (magit-rebase-in-progress-p)) (user-error "No rebase in progress")) - ((not (magit-anything-unstaged-p t)) + ((magit-anything-unstaged-p t) (user-error "Cannot continue rebase with unstaged changes")) (t (let ((dir (magit-gitdir))) -- cgit v1.0