diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-11-21 16:07:19 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-11-21 16:07:19 +0200 |
commit | 1110d1422863b8e9abb757db3fe9fbe6c8884862 (patch) | |
tree | 03b4db8ea8e7de898491ed352c331bf9c5460654 /etc | |
parent | 4ba880e53bd8cbf31fde8ef37b6290a33d8f6e71 (diff) | |
download | emacs-1110d1422863b8e9abb757db3fe9fbe6c8884862.tar.gz |
Support 'vc-region-history' for Mercurial
* lisp/vc/vc-hg.el (vc-hg-region-history)
(vc-hg-region-history-font-lock, vc-hg-region-history-mode):
New functions.
(vc-hg-region-history-mode-map)
(vc-hg--log-view-long-font-lock-keywords)
(vc-hg-region-history-font-lock-keywords): New variables.
* lisp/vc/vc-git.el (vc-git-region-history): Update commentary.
* doc/emacs/maintaining.texi (VC Change Log): Add
'vc-region-history' to the table at beginning of node. Update
the VCSes that support 'vc-region-history'.
* etc/NEWS: Mention the new feature of vc-hg.el.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -927,6 +927,11 @@ never detected a conflict due to invalid assumptions about cached values. +++ +*** The Hg (Mercurial) back-end now supports 'vc-region-history'. +The 'C-x v h' command now works in buffers that visit files controlled +by Hg. + ++++ *** 'C-u C-x v D' ('vc-root-version-diff') prompts for two revisions and compares their entire trees. |