summaryrefslogtreecommitdiff
path: root/lisp/vc-svn.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2008-05-01 19:13:16 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2008-05-01 19:13:16 +0000
commit3702367bcef4d8987b1c6aa06ab29ec0390d6887 (patch)
tree28e5ebf63522f5a5b0930eeccaf573a613b6b0b3 /lisp/vc-svn.el
parenta84615c77a3642de1ddc4f488017adfab586a33e (diff)
downloademacs-3702367bcef4d8987b1c6aa06ab29ec0390d6887.tar.gz
Change 'needs-patch to 'needs-update.
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r--lisp/vc-svn.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el
index 31d346ea87a..053c7fd1965 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -625,7 +625,7 @@ information about FILENAME and return its status."
(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))