all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6489: vc-annotate-show-changeset-diff-revision-at-line does not work correctly for git
@ 2010-06-22  1:14 Dan Nicolaescu
  2010-06-24 18:31 ` Dan Nicolaescu
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Nicolaescu @ 2010-06-22  1:14 UTC (permalink / raw)
  To: 6489


vc-annotate-show-changeset-diff-revision-at-line does not work
correctly for git, it does not show the correct changeset diff.
vc-annotate-show-changeset-diff-revision-at-line calls
vc-annotate-show-diff-revision-at-line-internal which calls 

(vc-call-backend vc-annotate-backend 'previous-revision
                               fname rev)

and that will return the SHA1 for the previous commit that changed fname.
That's not what we want for a changeset diff.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#6489: vc-annotate-show-changeset-diff-revision-at-line does not work correctly for git
  2010-06-22  1:14 bug#6489: vc-annotate-show-changeset-diff-revision-at-line does not work correctly for git Dan Nicolaescu
@ 2010-06-24 18:31 ` Dan Nicolaescu
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Nicolaescu @ 2010-06-24 18:31 UTC (permalink / raw)
  To: 6489-done

Fixed in emacs-23 branch.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-24 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22  1:14 bug#6489: vc-annotate-show-changeset-diff-revision-at-line does not work correctly for git Dan Nicolaescu
2010-06-24 18:31 ` Dan Nicolaescu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.