• 
      

    Fix computation of base fork point for Jujutsu.

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

    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.

    Summary ID
    Fix computation of base fork point for Jujutsu.
    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. Testing Done: Posted an old commit that previously triggered this behavior and verified that it no longer created a parent diff.
    qkqzpysxvmxrstrykuqspzmsknvywnqm
    Checks run (2 succeeded)
    flake8 passed.
    JSHint passed.