+2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
+ and 'missing files.
+
2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* calendar/holidays.el (list-holidays): Make Y2 optional.
((eq state 'added)
(setq state-echo "Locally added file")
(concat backend "@" rev))
+ ((eq state 'removed)
+ (setq state-echo "File removed from the VC system")
+ (concat backend "!" rev))
+ ((eq state 'missing)
+ (setq state-echo "File tracked by the VC system, but missing from the file system")
+ (concat backend "^" rev))
(t
;; Not just for the 'edited state, but also a fallback
;; for all other states. Think about different symbols