comparison etc/NEWS @ 106159:f5e8e91b23bf

(vc-deduce-fileset): Allow non-state changing operations from a dired buffer. (vc-dired-deduce-fileset): New function. (vc-root-diff, vc-print-root-log): Use it.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 20 Nov 2009 06:56:16 +0000
parents e9b00d8b4756
children 858a083ed2f0
comparison
equal deleted inserted replaced
106158:734dbd0c890e 106159:f5e8e91b23bf
227 it displays the old names for the files and it can show logs/diffs for 227 it displays the old names for the files and it can show logs/diffs for
228 the corresponding lines. Currently only Git and Mercurial take 228 the corresponding lines. Currently only Git and Mercurial take
229 advantage of this feature. 229 advantage of this feature.
230 230
231 *** When a file is not found, VC will not try to check it out of RCS anymore. 231 *** When a file is not found, VC will not try to check it out of RCS anymore.
232
233 *** Diff and log operations can be used from dired buffers.
232 234
233 *** vc-git changes 235 *** vc-git changes
234 236
235 **** The new variable vc-git-add-signoff can be used to add a 237 **** The new variable vc-git-add-signoff can be used to add a
236 Signed-off-by line when committing. 238 Signed-off-by line when committing.