diff options
| author | Dmitry Gutov | 2019-06-10 03:58:53 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2019-06-10 03:58:53 +0300 |
| commit | 0f67be92592ef82d971d004f4063e68682c123de (patch) | |
| tree | 7bfa1df33165e44a6fe03b69031f9d67323a8e41 /doc | |
| parent | 2a05c5dbd3eca91ef4b843d45f3e6868d28cdb33 (diff) | |
| download | emacs-0f67be92592ef82d971d004f4063e68682c123de.tar.gz 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 'doc')
| -rw-r--r-- | doc/emacs/maintaining.texi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 0fbf91ae613..4986c111030 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -1033,7 +1033,6 @@ systems support modifying change comments. | |||
| 1033 | Visit the revision indicated at the current line. | 1033 | Visit the revision indicated at the current line. |
| 1034 | 1034 | ||
| 1035 | @item d | 1035 | @item d |
| 1036 | @itemx = | ||
| 1037 | Display a diff between the revision at point and the next earlier | 1036 | Display a diff between the revision at point and the next earlier |
| 1038 | revision, for the specific file. | 1037 | revision, for the specific file. |
| 1039 | 1038 | ||
| @@ -1048,16 +1047,6 @@ L}), toggle between showing and hiding the full log entry for the | |||
| 1048 | revision at point. | 1047 | revision at point. |
| 1049 | @end table | 1048 | @end table |
| 1050 | 1049 | ||
| 1051 | To compare two arbitrary revisions, activate the region: set the | ||
| 1052 | beginning of the region to the line with the first revision and the | ||
| 1053 | end of the region to the line with the second revision to compare, | ||
| 1054 | then type @kbd{d} or @kbd{=}. When the beginning of the region is on | ||
| 1055 | the top line that has no revision, it uses the current working revision | ||
| 1056 | as the first revision to compare. When the end of the region is on | ||
| 1057 | the bottom non-revision line after the last revision line, then it | ||
| 1058 | uses the next earlier revision after the last displayed revision as | ||
| 1059 | the second revision to compare. | ||
| 1060 | |||
| 1061 | @vindex vc-log-show-limit | 1050 | @vindex vc-log-show-limit |
| 1062 | Because fetching many log entries can be slow, the | 1051 | Because fetching many log entries can be slow, the |
| 1063 | @file{*vc-change-log*} buffer displays no more than 2000 revisions by | 1052 | @file{*vc-change-log*} buffer displays no more than 2000 revisions by |