diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-03-07 14:42:19 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-03-07 14:42:19 +0200 |
commit | fc4f4efabf13d61823514f99ba8da51de84e42c8 (patch) | |
tree | 5b0f88d42c89449e5fc563bb977e66bd416c9511 | |
parent | 9e8456cf0f6344619e6935ca6b59a7c75b1d62ee (diff) | |
download | emacs-fc4f4efabf13d61823514f99ba8da51de84e42c8.tar.gz emacs-fc4f4efabf13d61823514f99ba8da51de84e42c8.tar.bz2 emacs-fc4f4efabf13d61823514f99ba8da51de84e42c8.zip |
; * etc/NEWS: No need to document vc-hg and mergebase changes.
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1123,9 +1123,11 @@ for a revision. *** 'C-u C-x v D' ('vc-root-version-diff') prompts for two revisions and compares their entire trees. +--- *** New user option 'vc-hg-revert-switches'. It specifies switches to pass to Hg's 'revert' command. +--- *** 'C-x v M D' ('vc-diff-mergebase') and 'C-x v M L' ('vc-log-mergebase') print diffs and logs between the merge base (common ancestor) of two given revisions. |