comparison 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
comparison
equal deleted inserted replaced
94533:4bc924044f22 94534:37fa7ba3820c
23 * vc-hooks (vc-state): Document that vc-unregistered is 23 * vc-hooks (vc-state): Document that vc-unregistered is
24 now expected to be returned reliably. 24 now expected to be returned reliably.
25 * vc.el (vc-default-dired-state): Change needs-patch state to 25 * vc.el (vc-default-dired-state): Change needs-patch state to
26 needs-update, since the name now shows up in dir-status listings 26 needs-update, since the name now shows up in dir-status listings
27 and was somewhat misleading. 27 and was somewhat misleading.
28 * vc.el (vc-cvs-delete-file) Don't do a "cvs commit" immediately after
29 removing the file.
28 30
29 2008-05-01 Sam Steingold <sds@gnu.org> 31 2008-05-01 Sam Steingold <sds@gnu.org>
30 32
31 * vc.el (vc-delete-file): Check if the file has uncommitted changed. 33 * vc.el (vc-delete-file): Check if the file has uncommitted changed.
32 34