* 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.
This commit is contained in:
parent
cfef87adf1
commit
484c1b1f14
7 changed files with 63 additions and 23 deletions
|
@ -503,14 +503,16 @@ For registered files, the value returned is one of:
|
|||
Often represented by vc-working-revision = \"0\" in VCSes
|
||||
with monotonic IDs like Subversion and Mercurial.
|
||||
|
||||
'ignored The file showed up in a dir-state listing with a flag
|
||||
'removed Scheduled to be deleted from the repository on next commit.
|
||||
|
||||
'ignored The file showed up in a dir-state listing with a flag
|
||||
indicating the version-control system is ignoring it,
|
||||
Note: This property is not set reliably (some VCSes
|
||||
don't have useful directory-status commands) so assume
|
||||
that any file with vc-state nil might be ignorable
|
||||
without VC knowing it.
|
||||
|
||||
'unregistered The file showed up in a dir-state listing with a flag
|
||||
'unregistered The file showed up in a dir-state listing with a flag
|
||||
indicating that it is not under version control.
|
||||
Note: This property is not set reliably (some VCSes
|
||||
don't have useful directory-status commands) so assume
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue