diff lisp/vc-svn.el @ 87695:5947c9dc7f6b

(vc-svn-registered): Return the correct value for ignored and unregistered files.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 10 Jan 2008 14:17:06 +0000
parents 107ccd98fa12
children c2a952d12e21
line wrap: on
line diff
--- a/lisp/vc-svn.el	Thu Jan 10 11:29:41 2008 +0000
+++ b/lisp/vc-svn.el	Thu Jan 10 14:17:06 2008 +0000
@@ -132,7 +132,8 @@
                ;; an `error' by vc-do-command.
                (error nil))))
         (when (eq 0 status)
-          (vc-svn-parse-status file))))))
+	  (not (memq (vc-svn-parse-status file) 
+		     '(ignored unregistered))))))))
 
 (defun vc-svn-state (file &optional localp)
   "SVN-specific version of `vc-state'."