]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the desired behavior for reverted files in the
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 26 Aug 2009 05:26:22 +0000 (05:26 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 26 Aug 2009 05:26:22 +0000 (05:26 +0000)
`added' state.

lisp/ChangeLog
lisp/vc.el

index b7c2e0c60b6ce24c483ae559ca8f8a7e102bcee0..b3ea711ce945c3cce3dc2fc9772c31a2967d586a 100644 (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
index 5bc8e2fd1ec4d946e9ab2f91b72ba80f069bec2c..085de45ad1ca1c0c5afa208afc3df7b9761ad2b2 100644 (file)
 ;;   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)
 ;;