diff lisp/vc-arch.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 5d58981e6690
children 16651da1e3ed
line wrap: on
line diff
--- a/lisp/vc-arch.el	Thu May 01 17:46:27 2008 +0000
+++ b/lisp/vc-arch.el	Thu May 01 19:13:16 2008 +0000
@@ -329,7 +329,7 @@
 	  (setq rev (replace-match (cdr rule) t nil rev))))
     (format "Arch%c%s"
 	    (case (vc-state file)
-	      ((up-to-date needs-patch) ?-)
+	      ((up-to-date needs-update) ?-)
 	      (added ?@)
 	      (t ?:))
 	    rev)))