1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Document the desired behavior for reverted files in the

`added' state.
This commit is contained in:
Dan Nicolaescu 2009-08-26 05:26:22 +00:00
parent 3029e594ae
commit 239b334087
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el: Document the desired behavior for reverted files in the
`added' state.
2009-08-26 Glenn Morris <rgm@gnu.org>
* bindings.el (standard-mode-line-format): Reposition dashes in

View File

@ -313,6 +313,8 @@
;; arg CONTENTS-DONE is non-nil, then the contents of FILE have
;; already been reverted from a version backup, and this function
;; only needs to update the status of FILE within the backend.
;; If FILE is in the `added' state it should be returned to the
;; `unregistered' state.
;;
;; - rollback (files)
;;