]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix mistake in rebase/merge conflict resolution.
authorUlrich Müller <ulm@gentoo.org>
Sat, 17 Jan 2015 23:06:13 +0000 (00:06 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sat, 17 Jan 2015 23:06:13 +0000 (00:06 +0100)
Remove lines from lisp/vc/vc-bzr.el again that were accidentally
restored in commit 2015-01-17T09:56:45!ulm@gentoo.org.
(Previously removed in commit 2014-12-01T13:24:27Z!esr@thyrsus.com.)

lisp/vc/vc-bzr.el

index 94574fdec62de61f7ab6a454ee3838ba17f9a0b9..96d6d1da48c34280622ac4fa1dbd7705aac78f36 100644 (file)
@@ -493,9 +493,6 @@ in the branch repository (or whose status not be determined)."
     (add-hook 'after-save-hook 'vc-bzr-resolve-when-done nil t)
     (message "There are unresolved conflicts in this file")))
 
-(defun vc-bzr-workfile-unchanged-p (file)
-  (eq 'unchanged (car (vc-bzr-status file))))
-
 (defun vc-bzr-version-dirstate (dir)
   "Try to return as a string the bzr revision ID of directory DIR.
 This uses the dirstate file's parent revision entry.