changeset 94564:e4c0c68d78b4

Should have gone in with previous commit.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 02 May 2008 17:53:14 +0000
parents a0bb8ca25a33
children fe81b2cb42e0
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 02 17:47:25 2008 +0000
+++ b/lisp/ChangeLog	Fri May 02 17:53:14 2008 +0000
@@ -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