branch: externals/vc-jj
commit fb996c55618d5361d22ae3c8d88f29a3d31faf00
Author: Kristoffer Balintona <krisbalint...@gmail.com>
Commit: Rudi Schlatte <r...@noreply.codeberg.org>

    Add NEWS entries for new bookmark commands and `vc-jj-create-tag`
---
 NEWS.org | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.org b/NEWS.org
index 93a20adecd..4ba72d1da5 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -9,6 +9,13 @@
 - Added =vc-jj-retrieve-tag=, which makes it possible to use vc commands
   like =vc-switch-branch=, which are implemented on top of
   =vc-retrieve-tag=.
+- Added =vc-jj-create-tag=, which implements the vc.el create-tag
+  method.  This makes it possible to use vc commands like
+  =vc-create-branch=, which call =vc-create-tag=.
+- Added several commands to manipulate bookmarks in
+  =vc-jj-log-view-mode=: =vc-jj-bookmark-set=, =vc-jj-bookmark-delete=, and
+  =vc-jj-bookmark-rename=.  These have bindings under the "b" prefix key
+  in =vc-jj-log-view-mode=: =vc= buffers.
 
 - Added list of other jj support packages for Emacs to the
   documentation -- not everyone is looking for vc integration :)

Reply via email to