Change 'needs-patch to 'needs-update.
[bpt/emacs.git] / lisp / vc-mtn.el
index faa2896..9f300a8 100644 (file)
          (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)))