emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3065125: Fix mistake in rebase/merge conflict resol


From: Ulrich Müller
Subject: [Emacs-diffs] master 3065125: Fix mistake in rebase/merge conflict resolution.
Date: Sat, 17 Jan 2015 23:35:17 +0000

branch: master
commit 3065125d314a4cb97aa7982e2d06f48759865af7
Author: Ulrich Müller <address@hidden>
Commit: Ulrich Müller <address@hidden>

    Fix mistake in rebase/merge conflict resolution.
    
    Remove lines from lisp/vc/vc-bzr.el again that were accidentally
    restored in commit 2015-01-17T09:56:address@hidden
    (Previously removed in commit 2014-12-01T13:24:address@hidden)
---
 lisp/vc/vc-bzr.el |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el
index 94574fd..96d6d1d 100644
--- a/lisp/vc/vc-bzr.el
+++ b/lisp/vc/vc-bzr.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]