log-view-diff

log-view-diff is an interactive compiled Lisp function in `log-view.el'.


(log-view-diff BEG END)

Get the diff between two revisions.
If the region is inactive or the mark is on the revision at
point, get the diff between the revision at point and its
previous revision. Otherwise, get the diff between the revisions
where the region starts and ends.

Unlike `log-view-diff-changeset', this function only shows the
part of the changeset which affected the currently considered
file(s).