From baf150322c559c2fc0b9d3edf17126752e64d9b5 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 17 Jan 2016 01:19:48 -0500 Subject: Update for upstream Magit revert changes --- lisp/km-magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/km-magit.el b/lisp/km-magit.el index 616f975..1dba7bd 100644 --- a/lisp/km-magit.el +++ b/lisp/km-magit.el @@ -143,7 +143,7 @@ without requiring confirmation. branch) current-prefix-arg))) (unless (string= old new) - (magit-run-git-no-revert "branch" (if force "-M" "-m") old new))) + (magit-run-git "branch" (if force "-M" "-m") old new))) (defun km/magit-delete-previous-branch (&optional force) "Delete previous branch. -- cgit v1.2.3