aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-mtn.el
diff options
context:
space:
mode:
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)))