comparison lisp/ChangeLog @ 109254:827f21099a9d

Fix annotating other revisions for renamed files in vc-annotate. * lisp/vc-annotate.el (vc-annotate): Add an optional argument for the VC backend. Use it when non-nil. (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 21 Jun 2010 20:00:54 -0700
parents a41a9e7bfad8
children 424a3703328f
comparison
equal deleted inserted replaced
109253:a41a9e7bfad8 109254:827f21099a9d
1 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu> 1 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Fix annotating other revisions for renamed files in vc-annotate.
4 * vc-annotate.el (vc-annotate): Add an optional argument for the
5 VC backend. Use it when non-nil.
6 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
2 7
3 Fix vc-annotate-show-changeset-diff-revision-at-line for git. 8 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): 9 * 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 10 Do not pass the file name to the 'previous-revision call when we
6 don't want a file diff. (Bug#6489) 11 don't want a file diff. (Bug#6489)
7 12
8 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu> 13 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9 14
10 Fix finding revisions in for renamed files in vc-annotate. 15 Fix finding revisions for renamed files in vc-annotate.
11 * vc.el (vc-find-revision): Add an optional argument for 16 * vc.el (vc-find-revision): Add an optional argument for
12 the VC backend. Use it when non-nil. 17 the VC backend. Use it when non-nil.
13 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC 18 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
14 backend to vc-find-revision. (Bug#6487) 19 backend to vc-find-revision. (Bug#6487)
15 20