~puercopop/jujutsushi

A emacs interface to jujutsu
Fix package header
Add vc-jj package definition
Implement vc-jj-working-revision

refs

default
browse  log 

clone

read-only
https://git.sr.ht/~puercopop/jujutsushi
read/write
git@git.sr.ht:~puercopop/jujutsushi

You can also use your local clone with git send-email.

#Jujutsushi

#An Emacs UI to jujutsu

Also provide vc-jujutsushi. This buys us project.el support try the 'vc' project type.

#Setup

Until the time when vc-jj.el is ready for being included upstream, we need to teach project.el that how to detect jujutsu projects using the #'try-vc strategy.

(add-to-list 'project-vc-backend-markers-alist '(jj . ".jj"))

#Pro Tips

#Teach vc to recognize jujutsu projects

(use-package project
  :custom (project-vc-extra-root-markers '(".jj"))