summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorAndrii Kolomoiets <andreyk.mad@gmail.com>2019-11-23 18:43:47 +0200
committerEli Zaretskii <eliz@gnu.org>2019-11-30 14:00:16 +0200
commit561840b553274207f814b33a211ce7e12c92c9a6 (patch)
tree1edfc931b952a97a784f2ebeb4cb03632afdfc7b /etc/NEWS
parent63e7dd4360bd687ea518138b63ef745e30099f4c (diff)
downloademacs-561840b553274207f814b33a211ce7e12c92c9a6.tar.gz
vc-hg: prompt for branch to merge
* lisp/vc/vc-hg.el (vc-hg-merge-branch): Prompt for revision to merge. (vc-hg-revision-table): Use branches, tags and bookmarks as competion candidates. * etc/NEWS: Mention changes of vc-hg.el * doc/emacs/maintaining.texi (Switching Branches): Mention 'hg update' command. (Merging): Mention 'hg merge' command. This fixes bug#22860
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 57dbc9324a1..2cbc373eb03 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -973,6 +973,15 @@ The 'C-x v h' command now works in buffers that visit files controlled
by Hg.
+++
+*** The Hg (Mercurial) back-end now prompts for revision to merge when
+you invoke 'C-x v m' ('vc-merge').
+
+---
+*** The Hg (Mercurial) back-end now use tags, branches and bookmarks
+instead of revision numbers as completion candidates when it prompts
+for a revision.
+
++++
*** 'C-u C-x v D' ('vc-root-version-diff') prompts for two revisions
and compares their entire trees.