diff options
Diffstat (limited to 'lisp/vc/log-view.el')
| -rw-r--r-- | lisp/vc/log-view.el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el index 3389264ce6e..0b57e1d5086 100644 --- a/lisp/vc/log-view.el +++ b/lisp/vc/log-view.el @@ -585,6 +585,13 @@ 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. +When the beginning of the region is on the top line that has no revision, +use the current working revision as the first revision to compare. + +When the end of the region is on the bottom non-revision line after +the last revision line, use the previous revision of the last +displayed revision as the second revision to compare. + Unlike `log-view-diff-changeset', this function only shows the part of the changeset which affected the currently considered file(s)." @@ -600,6 +607,13 @@ 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. +When the beginning of the region is on the top line that has no revision, +use the current working revision as the first revision to compare. + +When the end of the region is on the bottom non-revision line after +the last revision line, use the previous revision of the last +displayed revision as the second revision to compare. + Unlike `log-view-diff' this function shows the whole changeset, including changes affecting other files than the currently considered file(s)." |
