log-view-diff-changeset

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


(log-view-diff-changeset 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' this function shows the whole changeset,
including changes affecting other files than the currently
considered file(s).