home.social

#jjvcs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jjvcs, aggregated by home.social.

  1. Jujutsu v0.39.0
    github.com/jj-vcs/jj/releases/

    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

  2. @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.

  3. @steveklabnik.com yes, I experienced this as well. Not as many commits beyond the conflict, but I find conflict resolution in #jjvcs to be superior to #sapling.

    On the other hand, I much prefer Sapling's GitHub integration than jj's. Sapling maintains the PR title and description from the first commit's message when `sl push`, and I really liked that.