diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2019-06-10 03:58:53 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2019-06-10 03:58:53 +0300 |
commit | 0f67be92592ef82d971d004f4063e68682c123de (patch) | |
tree | 7bfa1df33165e44a6fe03b69031f9d67323a8e41 /lisp/vc/log-view.el | |
parent | 2a05c5dbd3eca91ef4b843d45f3e6868d28cdb33 (diff) | |
download | emacs-0f67be92592ef82d971d004f4063e68682c123de.tar.gz emacs-0f67be92592ef82d971d004f4063e68682c123de.tar.bz2 emacs-0f67be92592ef82d971d004f4063e68682c123de.zip |
; Revert "Publicize behavior of log-view-diff at beginning/end of active region"
This reverts commit 82db17d0d1231c4aa26e837f37428c44a67663ea.
Undo the half-baked implementation of the new feature in Git log
buffers until we can do it better (bug#35624).
Diffstat (limited to 'lisp/vc/log-view.el')
-rw-r--r-- | lisp/vc/log-view.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el index 0b57e1d5086..3389264ce6e 100644 --- a/lisp/vc/log-view.el +++ b/lisp/vc/log-view.el @@ -585,13 +585,6 @@ 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)." @@ -607,13 +600,6 @@ 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)." |