emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1252594: ChangeLog fix


From: Glenn Morris
Subject: [Emacs-diffs] master 1252594: ChangeLog fix
Date: Sat, 29 Nov 2014 21:32:04 +0000

branch: master
commit 1252594e56ba47b63d5605deefb9c541229e1c98
Author: Glenn Morris <address@hidden>
Date:   Sat Nov 29 13:31:57 2014 -0800

    ChangeLog fix
---
 lisp/ChangeLog |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1ef3f2..e92a05f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -410,17 +410,17 @@
        * vc/vc-src.el, vc/vc.el: Added support for SRC.  Needs more
        testing and a real log-view mode.
 
-       * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el,
-       vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el,
-       vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
+       * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el:
+       * vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el:
+       * vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
        checkout methods; where it matters (which is only in SCCS and RCS)
        files are always checked out editable.  This may actually have
        been dynamically true already - it looks like the vc-next-action
        code evolved past visiting the other case.  Tested with RCS.
 
-       * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el,
-       vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el,
-       vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
+       * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el:
+       * vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el:
+       * vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
        argument from the backend checkin methods.  Only the RCS, SCCS,
        and CVS back ends tried to do anything with it, and that code was
        never exercised.  Chiseling away the cruft of decades...



reply via email to

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