Mercurial > emacs
diff lisp/ChangeLog @ 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 | 42f3f64ab6e5 |
children | b27aeda9c1fd |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 20 06:05:10 2009 +0000 +++ b/lisp/ChangeLog Fri Nov 20 06:56:16 2009 +0000 @@ -1,5 +1,10 @@ 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu> + * vc.el (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. + * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a nil LIMIT argument to vc-print-log-internal.