branch: externals/vc-jj commit e1fe0153fa798a3fcf151cdbb84ea978f2684b63 Author: Rudi Schlatte <r...@constantly.at> Commit: Rudi Schlatte <r...@constantly.at>
Release version 0.3 --- NEWS.org | 22 ++++++++++++++-------- vc-jj.el | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/NEWS.org b/NEWS.org index 2e2789dd60..c40f3d6d2e 100644 --- a/NEWS.org +++ b/NEWS.org @@ -4,15 +4,21 @@ *** Changed +- The behavior of =vc-jj-print-log= is now closer to the behavior + documented for =vc-print-log=: each commit is displayed in one line, + and RET expands the current entry to show commit details. Remove + the unused customization options =vc-jj-colorize-log= and + =vc-jj-log-template=. + - Files of type =.jjdescription= are now edited using =log-edit-mode= - instead of fundamental mode. Such files are created by jj when - invoking an editor via =jj describe=. - -- Display more information in =vc-dir= headers: - - Display change id, commit id, description of the current changeset - in one line. - - Display information about the current changeset's parent(s) in the - same format. + instead of fundamental mode. (Such files are created by jj when the + user runs =jj describe= or =jj commit= from the command line.) + +- =vc-dir= headers now display more information: + - All information about the current changeset (change id, commit id, + first line of description) is contained in one line. + - Information about the current changeset's parent(s) is shown in + the same format. *** Fixed diff --git a/vc-jj.el b/vc-jj.el index 84e663dd63..ad4cf834f1 100644 --- a/vc-jj.el +++ b/vc-jj.el @@ -5,7 +5,7 @@ ;; Author: Wojciech Siewierski ;; Rudolf Schlatte <r...@constantly.at> ;; URL: https://codeberg.org/emacs-jj-vc/vc-jj.el -;; Version: 0.2 +;; Version: 0.3 ;; Package-Requires: ((emacs "28.1") (compat "29.4")) ;; Keywords: vc tools