aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-03-25 23:45:31 +0200
committerJuri Linkov2019-03-25 23:45:31 +0200
commitd43af7b64bd22724e5e9a624bcc06b4ed28faf73 (patch)
treec67ea4d1d90dca703dccfa0106c181dc109d676e /etc
parentdb53731c5f7e11240244161623b82b55cf303043 (diff)
downloademacs-d43af7b64bd22724e5e9a624bcc06b4ed28faf73.tar.gz
emacs-d43af7b64bd22724e5e9a624bcc06b4ed28faf73.zip
* lisp/vc/vc.el (vc-diff-mergebase, vc-log-mergebase): New commands.
* lisp/vc/vc-git.el (vc-git-mergebase): New function. (vc-git-print-log): Interpret string value of arg LIMIT as an end-revision. * lisp/vc/vc-hooks.el (vc-prefix-map): Bind 'vc-log-mergebase' to 'C-x v M L', and 'vc-diff-mergebase' to 'C-x v M D'. (Bug#33950)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ad01bd8516b..afee1e1dcad 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -511,6 +511,10 @@ and compares their entire trees.
511*** New user option 'vc-hg-revert-switches' specifies switches to pass 511*** New user option 'vc-hg-revert-switches' specifies switches to pass
512to hg revert. 512to hg revert.
513 513
514*** 'C-x v M D' ('vc-diff-mergebase') and 'C-x v M L' ('vc-log-mergebase')
515print diffs and logs between the merge base (common ancestor) of two
516given revisions.
517
514** Diff mode 518** Diff mode
515+++ 519+++
516*** Hunks are now automatically refined by font-lock. 520*** Hunks are now automatically refined by font-lock.