aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc-bzr.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el
index 94574fdec62..96d6d1da48c 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)."
493 (add-hook 'after-save-hook 'vc-bzr-resolve-when-done nil t) 493 (add-hook 'after-save-hook 'vc-bzr-resolve-when-done nil t)
494 (message "There are unresolved conflicts in this file"))) 494 (message "There are unresolved conflicts in this file")))
495 495
496(defun vc-bzr-workfile-unchanged-p (file)
497 (eq 'unchanged (car (vc-bzr-status file))))
498
499(defun vc-bzr-version-dirstate (dir) 496(defun vc-bzr-version-dirstate (dir)
500 "Try to return as a string the bzr revision ID of directory DIR. 497 "Try to return as a string the bzr revision ID of directory DIR.
501This uses the dirstate file's parent revision entry. 498This uses the dirstate file's parent revision entry.