aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-mtn.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>2008-05-01 19:13:16 +0000
committerEric S. Raymond <[email protected]>2008-05-01 19:13:16 +0000
commit3702367bcef4d8987b1c6aa06ab29ec0390d6887 (patch)
tree28e5ebf63522f5a5b0930eeccaf573a613b6b0b3 /lisp/vc-mtn.el
parenta84615c77a3642de1ddc4f488017adfab586a33e (diff)
Change 'needs-patch to 'needs-update.
Diffstat (limited to 'lisp/vc-mtn.el')
-rw-r--r--lisp/vc-mtn.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el
index faa28964be..9f300a8f8e 100644
--- a/lisp/vc-mtn.el
+++ b/lisp/vc-mtn.el
@@ -125,7 +125,7 @@
(setq branch (replace-match (cdr rule) t nil branch))))
(format "Mtn%c%s"
(case (vc-state file)
- ((up-to-date needs-patch) ?-)
+ ((up-to-date needs-update) ?-)
(added ?@)
(t ?:))
branch)))