From 70e2f6c752f2d83bd013406a96b809572203e8fa Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 2 May 2008 17:47:25 +0000 Subject: Clean up vc*-revision-granularity and vc*-checkout-model. --- lisp/vc-svn.el | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'lisp/vc-svn.el') diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 053c7fd196..5ddedc364a 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -91,8 +91,9 @@ If you want to force an empty list of arguments, use t." ;;; Properties of the backend -(defun vc-svn-revision-granularity () - 'repository) +(defun vc-svn-revision-granularity () 'repository) +(defun vc-svn-checkout-model (files) 'implicit) + ;;; ;;; State-querying functions ;;; @@ -193,11 +194,6 @@ RESULT is a list of conses (FILE . STATE) for directory DIR." (vc-svn-registered file) (vc-file-getprop file 'vc-working-revision)) -(defun vc-svn-checkout-model (files) - "SVN-specific version of `vc-checkout-model'." - ;; It looks like Subversion has no equivalent of CVSREAD. - 'implicit) - ;; vc-svn-mode-line-string doesn't exist because the default implementation ;; works just fine. -- cgit v1.2.3