diff --git a/magit.el b/magit.el index c03ad68d..ba06da8f 100644 --- a/magit.el +++ b/magit.el @@ -2939,7 +2939,7 @@ Uncomitted changes in both working tree and staging area are lost. (when (or noconfirm (yes-or-no-p "Stop rewrite? ")) (magit-write-rewrite-info nil) - (magit-need-refresh)))) + (magit-refresh)))) (defun magit-rewrite-abort () (interactive)