From 847fb889ab9d0f22b772056e02aa658427027a87 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 4 Oct 2008 01:22:26 +0000 Subject: * vc-svn.el (vc-svn-dir-status-files): * vc-cvs.el (vc-cvs-dir-status-files): New function. --- lisp/vc-cvs.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/vc-cvs.el') diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 23dc61b01de..5d2b56012e1 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -916,6 +916,12 @@ state." (vc-exec-after `(vc-cvs-after-dir-status (quote ,update-function)))) +(defun vc-cvs-dir-status-files (dir files default-state update-function) + "Create a list of conses (file . state) for DIR." + (apply 'vc-cvs-command (current-buffer) 'async dir "-f" "status" files) + (vc-exec-after + `(vc-cvs-after-dir-status (quote ,update-function)))) + (defun vc-cvs-file-to-string (file) "Read the content of FILE and return it as a string." (condition-case nil -- cgit v1.2.3