1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Clean up vc*-revision-granularity and vc*-checkout-model.

This commit is contained in:
Eric S. Raymond 2008-05-02 17:47:25 +00:00
parent 991ae4e4f8
commit 70e2f6c752
12 changed files with 74 additions and 79 deletions

View file

@ -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.