changeset 104614:92965f3f01f0

Document the desired behavior for reverted files in the `added' state.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 26 Aug 2009 05:26:22 +0000
parents def1fd7623f7
children 6915f976dcd2
files lisp/ChangeLog lisp/vc.el
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Aug 26 03:08:33 2009 +0000
+++ b/lisp/ChangeLog	Wed Aug 26 05:26:22 2009 +0000
@@ -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
--- a/lisp/vc.el	Wed Aug 26 03:08:33 2009 +0000
+++ b/lisp/vc.el	Wed Aug 26 05:26:22 2009 +0000
@@ -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)
 ;;