]> git.eshelyaron.com Git - emacs.git/commitdiff
Should have gone in with previous commit.
authorEric S. Raymond <esr@snark.thyrsus.com>
Fri, 2 May 2008 17:53:14 +0000 (17:53 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Fri, 2 May 2008 17:53:14 +0000 (17:53 +0000)
lisp/ChangeLog

index 1177b89449a0404694964c57104e6f404c726916..4215ebb37e47341e34c89a214df832bbffce33d8 100644 (file)
@@ -1,3 +1,14 @@
+2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
+       vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
+       vc-svn.el, vc.el: (vc-*-checkout-model): Make sure every backend
+       has one of these and that all are called in compatible ways.
+       * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
+       vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
+       vc-svn.el, vc.el: (vc-*-revision-granularity): Make sure every
+       backend has one of these.
+
 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather