diff lisp/vc-bzr.el @ 93118:01d3fd1a2cfe

* vc-hg.el (vc-hg-state): * vc-git.el (vc-git-state): * vc-cvs.el (vc-cvs-parse-status): * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that state.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 21 Mar 2008 05:53:48 +0000
parents e48df1ee4371
children 849abb573acb
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Fri Mar 21 01:49:18 2008 +0000
+++ b/lisp/vc-bzr.el	Fri Mar 21 05:53:48 2008 +0000
@@ -223,7 +223,7 @@
       (if (cdr result)
           (message "Warnings in `bzr' output: %s" (cdr result)))
       (cdr (assq (car result)
-                 '((added . edited)
+                 '((added . added)
                    (kindchanged . edited)
                    (renamed . edited)
                    (modified . edited)