diff lisp/vc-svn.el @ 94521:2a61c5f918a5

Change 'needs-patch to 'needs-update.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 01 May 2008 19:13:16 +0000
parents 44d4506fa470
children a0bb8ca25a33
line wrap: on
line diff
--- a/lisp/vc-svn.el	Thu May 01 17:46:27 2008 +0000
+++ b/lisp/vc-svn.el	Thu May 01 19:13:16 2008 +0000
@@ -625,7 +625,7 @@
 	 (cond
 	  ((eq status ?\ )
 	   (if (eq (char-after (match-beginning 1)) ?*)
-	       'needs-patch
+	       'needs-update
              (vc-file-setprop file 'vc-checkout-time
                               (nth 5 (file-attributes file)))
 	     'up-to-date))