comparison 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
comparison
equal deleted inserted replaced
94520:069edac43148 94521:2a61c5f918a5
623 (vc-file-setprop 623 (vc-file-setprop
624 file 'vc-state 624 file 'vc-state
625 (cond 625 (cond
626 ((eq status ?\ ) 626 ((eq status ?\ )
627 (if (eq (char-after (match-beginning 1)) ?*) 627 (if (eq (char-after (match-beginning 1)) ?*)
628 'needs-patch 628 'needs-update
629 (vc-file-setprop file 'vc-checkout-time 629 (vc-file-setprop file 'vc-checkout-time
630 (nth 5 (file-attributes file))) 630 (nth 5 (file-attributes file)))
631 'up-to-date)) 631 'up-to-date))
632 ((eq status ?A) 632 ((eq status ?A)
633 ;; If the file was actually copied, (match-string 2) is "-". 633 ;; If the file was actually copied, (match-string 2) is "-".