Jujutsu v0.39.0
https://github.com/jj-vcs/jj/releases/tag/v0.39.0

Release highlights:
* `jj arrange` command brings up a TUI where you can reorder and abandon revisions.
* `jj bookmark advance` automatically moves bookmarks forward to a target revision (defaults to @) using customization points revsets.bookmark-advance-from and revsets.bookmark-advance-to. It is heavily inspired by the longstanding community alias jj tug.

#jj #jjVCS #jujutsu #jujutsuVCS

Release v0.39.0 · jj-vcs/jj

About jj is a Git-compatible version control system that is both simple and powerful. See the installation instructions to get started. Release highlights jj arrange command brings up a TUI where...

GitHub

So Jujutsu now has a `jj b a` command.

Focusing on the otaku market, I see
#jjVCS

GitHub - 0WD0/majutsu: Majutsu! Magit for jujutsu

Majutsu! Magit for jujutsu. Contribute to 0WD0/majutsu development by creating an account on GitHub.

GitHub

Jujutsu v0.38.0
https://github.com/jj-vcs/jj/releases/tag/v0.38.0

Release highlights:
- Per-repo and per-workspace config is now stored outside the repo, for security reasons. This is not a breaking change because legacy repos are automatically migrated to this new format. `.jj/repo/config.toml` and `.jj/workspace-config.toml` should no longer be used.

#jj #jjVCS #jujutsu #jujutsuVCS

Release v0.38.0 · jj-vcs/jj

About jj is a Git-compatible version control system that is both simple and powerful. See the installation instructions to get started. Release highlights Per-repo and per-workspace config is now ...

GitHub

jj absorb is amazing

If you haven't tried out Jujutsu VCS yet, I strongly recommend giving it a go. IMO, the best time to try it out is when you have some really difficult Git conflicts to navigate -- you can import everything into jj and try resolving them from there. I've introduced friends to it when they were stuck like this, and it's when jj shines the most.

#programming #jjvcs

Jujutsu docs

@jnunemaker trying it now. I would much prefer `jj` integration, but I can work with Git. Under #jjvcs, I frequently rewrite commits, and now I feel limited. I also forgot much of my #Git experience because before jj, I was using #sapling. I think I haven't used git in day-to-day since 2-3 years ago!

Anyway, submitted a couple of feedback items to the Conductor team. We'll see how it evolves. I too am finding #conductor productive at the moment.

I'm going to be at @[email protected] ! Giving a talk about #jj-vcs www.tokioconf.com/speakers Hope to see you there!

Meet the Speakers — TokioConf ...
Meet the Speakers — TokioConf 2026

Discover the speakers behind TokioConf 2026. From core maintainers to community leaders, our lineup shares real-world experience and insights.

TokioConf 2026
What I *really* want is the stuff the good folks at https://ersc.io are cooking up for #jjvcs, but that’ll have to wait a bit longer yet.

Jujutsu v0.37.0
https://github.com/jj-vcs/jj/releases/tag/v0.37.0

Release highlights:
- A new syntax for referring to hidden and divergent change IDs is available: xyz/n where n is a number. For instance, xyz/0 refers to the latest version of xyz, while xyz/1 refers to the previous version of xyz. This allows you to perform actions like jj restore --from xyz/1 --to xyz to restore xyz to its previous contents, if you made a mistake.

#jj #jjVCS #jujutsu #jujutsuVCS

Release v0.37.0 · jj-vcs/jj

About jj is a Git-compatible version control system that is both simple and powerful. See the installation instructions to get started. Release highlights A new syntax for referring to hidden and...

GitHub