From 60780379f715a5cf837a3a64d0bef54fb188022f Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Wed, 9 Jun 2010 14:36:29 -0700 Subject: [PATCH] Make sure the status buffer is updated after a rebase. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)