From 239b334087306fbde4a847b255c88062c1345dd1 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 26 Aug 2009 05:26:22 +0000 Subject: [PATCH] Document the desired behavior for reverted files in the `added' state. --- lisp/ChangeLog | 5 +++++ lisp/vc.el | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7c2e0c60b6..b3ea711ce94 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-08-26 Dan Nicolaescu + + * vc.el: Document the desired behavior for reverted files in the + `added' state. + 2009-08-26 Glenn Morris * bindings.el (standard-mode-line-format): Reposition dashes in diff --git a/lisp/vc.el b/lisp/vc.el index 5bc8e2fd1ec..085de45ad1c 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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) ;;