diff lisp/vc-svn.el @ 98495:e8a025cdac4a

* vc-svn.el (vc-svn-dir-status-files): * vc-cvs.el (vc-cvs-dir-status-files): New function.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 04 Oct 2008 01:22:26 +0000
parents 4a399b9bc4b9
children 4031fe2e11ee
line wrap: on
line diff
--- a/lisp/vc-svn.el	Sat Oct 04 01:20:43 2008 +0000
+++ b/lisp/vc-svn.el	Sat Oct 04 01:22:26 2008 +0000
@@ -173,6 +173,11 @@
   (vc-exec-after
    `(vc-svn-after-dir-status (quote ,callback))))
 
+(defun vc-svn-dir-status-files (dir files default-state callback)
+  (apply 'vc-svn-command (current-buffer) 'async nil "status" files)
+  (vc-exec-after
+   `(vc-svn-after-dir-status (quote ,callback))))
+
 (defun vc-svn-status-extra-headers (dir)
   "Generate extra status headers for a Subversion working copy."
   (vc-svn-command "*vc*" 0 nil "info")