[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vc-revert broken for Subversion files
From: |
Richard Stallman |
Subject: |
Re: vc-revert broken for Subversion files |
Date: |
Mon, 23 Jul 2007 14:06:25 -0400 |
Please install your patch.
a quick scan shows another problem in the same func where remove-if-not
was introduced (vc-stay-local-p): docstrings sez "return non-nil", but
if FILE is a list, the function returns a symbol, either `yes' or `no'.
furthermore, the docstring makes no mention of the case when FILE is a
list. furthermore, there is no ChangeLog entry. this last problem is
very grave,
That sounds bad. Was this part of esr's recent changes?
I see that the change log entries for them are not up to the usual
standards. Was the change part of this?
2007-07-18 Eric S. Raymond <address@hidden>
* vc-hooks.el: Generalize stay-local-p to operate on lists of
files. Change two keybindings to point to new function names.
* vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
* vc.el: Adapted for NewVC-fileset, but no functional changes yet.