Mercurial > emacs
diff lisp/ChangeLog @ 94534:37fa7ba3820c
Don't commit right after deletion.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Fri, 02 May 2008 03:30:10 +0000 |
parents | 207661f84875 |
children | c0d96bdee441 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 02 03:23:53 2008 +0000 +++ b/lisp/ChangeLog Fri May 02 03:30:10 2008 +0000 @@ -25,6 +25,8 @@ * vc.el (vc-default-dired-state): Change needs-patch state to needs-update, since the name now shows up in dir-status listings and was somewhat misleading. + * vc.el (vc-cvs-delete-file) Don't do a "cvs commit" immediately after + removing the file. 2008-05-01 Sam Steingold <sds@gnu.org>