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:
parent
991ae4e4f8
commit
70e2f6c752
12 changed files with 74 additions and 79 deletions
|
|
@ -57,6 +57,11 @@
|
|||
|
||||
(eval-when-compile (require 'vc) (require 'cl))
|
||||
|
||||
;;; Properties of the backend
|
||||
|
||||
(defun vc-arch-revision-granularity () 'repository)
|
||||
(defun vc-arch-checkout-model (files) 'implicit)
|
||||
|
||||
;;;
|
||||
;;; Customization options
|
||||
;;;
|
||||
|
|
@ -369,8 +374,6 @@ Return non-nil if FILE is unchanged."
|
|||
(message "There are unresolved conflicts in %s"
|
||||
(file-name-nondirectory rej))))))
|
||||
|
||||
(defun vc-arch-checkout-model (file) 'implicit)
|
||||
|
||||
(defun vc-arch-checkin (files rev comment)
|
||||
(if rev (error "Committing to a specific revision is unsupported"))
|
||||
;; FIXME: This implementation probably only works for singleton filesets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue