Make sure the status buffer is updated after a rebase.

This commit is contained in:
Nathan Weizenbaum 2010-06-09 14:36:29 -07:00
parent 5744d3ec98
commit 60780379f7

View file

@ -2939,7 +2939,7 @@ Uncomitted changes in both working tree and staging area are lost.
(when (or noconfirm (when (or noconfirm
(yes-or-no-p "Stop rewrite? ")) (yes-or-no-p "Stop rewrite? "))
(magit-write-rewrite-info nil) (magit-write-rewrite-info nil)
(magit-need-refresh)))) (magit-refresh))))
(defun magit-rewrite-abort () (defun magit-rewrite-abort ()
(interactive) (interactive)