branch: externals/vc-jj
commit 9df26ebf329d19bf846b1c026103ccb50023e8d0
Author: Rudi Schlatte <r...@constantly.at>
Commit: Rudi Schlatte <r...@constantly.at>

    Return full change id from vc-jj-working-revision
    
    This behavior feels marginally more correct
---
 vc-jj.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-jj.el b/vc-jj.el
index f84e61d3bd..a4f2176e44 100644
--- a/vc-jj.el
+++ b/vc-jj.el
@@ -220,7 +220,7 @@ self.hidden(), \"\\n\"
   (when-let* ((default-directory (vc-jj-root file)))
     (car (process-lines vc-jj-program "log" "--no-graph"
                         "-r" "@"
-                        "-T" "self.change_id().short() ++ \"\\n\""))))
+                        "-T" "change_id ++ \"\\n\""))))
 
 (defun vc-jj-mode-line-string (file)
   "Return a mode line string and tooltip for FILE."

Reply via email to