Mercurial > emacs
comparison lisp/ChangeLog @ 109253:a41a9e7bfad8
Fix vc-annotate-show-changeset-diff-revision-at-line for git.
* lisp/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
Do not pass the file name to the 'previous-revision call when we
don't want a file diff. (Bug#6489)
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 21 Jun 2010 19:08:55 -0700 |
parents | 64f9d1b2b73b |
children | 827f21099a9d |
comparison
equal
deleted
inserted
replaced
109252:64f9d1b2b73b | 109253:a41a9e7bfad8 |
---|---|
1 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 Fix vc-annotate-show-changeset-diff-revision-at-line for git. | |
4 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): | |
5 Do not pass the file name to the 'previous-revision call when we | |
6 don't want a file diff. (Bug#6489) | |
7 | |
1 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu> | 8 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 9 |
3 Fix finding revisions in for renamed files in vc-annotate. | 10 Fix finding revisions in for renamed files in vc-annotate. |
4 * vc.el (vc-find-revision): Add an optional argument for | 11 * vc.el (vc-find-revision): Add an optional argument for |
5 the VC backend. Use it when non-nil. | 12 the VC backend. Use it when non-nil. |