• 
      

    Fix computation of base fork point for Jujutsu.

    Review Request #14997 — Created April 1, 2026 and updated — Latest diff uploaded

    Information

    RBTools
    release-6.x

    Reviewers

    In some cases, the Jujutsu backend was miscomputing the necessary base
    commit, creating parent diffs where none were required. This was an
    error in my code where I was passing the tip commit ID to
    _get_fork_point instead of base.

    Posted an old commit that previously triggered this behavior and
    verified that it no longer created a parent diff.

    Commits

    Files