summaryrefslogtreecommitdiff
path: root/lisp/vc-bzr.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-03-24 08:47:06 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-03-24 08:47:06 +0000
commit49546869f3c91ca106826bce94d411aff3d5b065 (patch)
tree86a093860041a3c6d9cc94ba2fb23d50f9e1bb94 /lisp/vc-bzr.el
parent874f31a6f0b3ef12bcf7ea25accb6e0e6c196164 (diff)
downloademacs-49546869f3c91ca106826bce94d411aff3d5b065.tar.gz
* vc-hg.el (vc-hg-after-dir-status):
* vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
Diffstat (limited to 'lisp/vc-bzr.el')
-rw-r--r--lisp/vc-bzr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el
index f44670e7bc3..9fbf7b86dec 100644
--- a/lisp/vc-bzr.el
+++ b/lisp/vc-bzr.el
@@ -617,7 +617,7 @@ Optional argument LOCALP is always ignored."
("-D" . removed)
(" M" . edited)
;; XXX: what about ignored files?
- (" D" . deleted)
+ (" D" . missing)
("? " . unregistered)))
(translated nil)
(result nil))