emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog vc.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/lisp ChangeLog vc.el
Date: Wed, 26 Aug 2009 05:26:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/08/26 05:26:27

Modified files:
        lisp           : ChangeLog vc.el 

Log message:
        Document the desired behavior for reverted files in the
        `added' state.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16013&r2=1.16014
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc.el?cvsroot=emacs&r1=1.723&r2=1.724

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16013
retrieving revision 1.16014
diff -u -b -r1.16013 -r1.16014
--- ChangeLog   26 Aug 2009 03:08:33 -0000      1.16013
+++ ChangeLog   26 Aug 2009 05:26:22 -0000      1.16014
@@ -1,3 +1,8 @@
+2009-08-26  Dan Nicolaescu  <address@hidden>
+
+       * vc.el: Document the desired behavior for reverted files in the
+       `added' state.
+
 2009-08-26  Glenn Morris  <address@hidden>
 
        * bindings.el (standard-mode-line-format): Reposition dashes in

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.723
retrieving revision 1.724
diff -u -b -r1.723 -r1.724
--- vc.el       25 Aug 2009 08:55:37 -0000      1.723
+++ vc.el       26 Aug 2009 05:26:27 -0000      1.724
@@ -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)
 ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]