* vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
commit484c1b1f1437aedf152d55be8c6654c30aad181c
authorEric S. Raymond <esr@snark.thyrsus.com>
Sat, 29 Dec 2007 13:20:49 +0000 (29 13:20 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Sat, 29 Dec 2007 13:20:49 +0000 (29 13:20 +0000)
tree1f3bbcd636b03adede6437ef805eb7808540685c
parentcfef87adf1b4f4300b9f8f1548a6f2505921fd81
* vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
and 'unregistered states.

* vc-hooks.el (vc-state): Added 'removed state to documentation.

* vc-hg (vc-hg-parse-status): Recognize 'added, 'removed,  and
'up-to-date state.  Deal with the possibility that C for clean
might change to "=" in the next point release.

* vc-git.el (vc-git-parse-status): Recognize 'removed.

* vc.el (header comment): Better description of new dir-state.
(vc-compatible-state): Defines which states are mutually
compatible; usable with 'edited as a test for which can be committed on.
(vc-dired-hook): Turn off undo in the VC-Dired buffer, a speed tweak.
(vc-default-dired-state-info): Display 'removed state.

* vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
lisp/ChangeLog
lisp/vc-bzr.el
lisp/vc-git.el
lisp/vc-hg.el
lisp/vc-hooks.el
lisp/vc-svn.el
lisp/vc.el