• 
      

    Fix resolution of Jujutsu workspace parents with relative paths.

    Review Request #15000 — Created April 2, 2026 and updated

    Information

    RBTools
    release-6.x

    Reviewers

    One of my newly-created Jujutsu workspaces had a relative path in the
    repo file. This was causing it to recognize the jj repository but was
    unable to resolve the git storage. This change makes it so we check if
    it's relative or absolute, and if relative, resolve that.

    Was able to post changes out of the workspace with the relative path in
    repo.

    Summary ID
    Fix resolution of Jujutsu workspace parents with relative paths.
    One of my newly-created Jujutsu workspaces had a relative path in the `repo` file. This was causing it to recognize the jj repository but was unable to resolve the git storage. This change makes it so we check if it's relative or absolute, and if relative, resolve that. Testing Done: Was able to post changes out of the workspace with the relative path in `repo`.
    lxzxtoywzrlwupyqotrtqxvtyytzzxrs
    Checks run (2 succeeded)
    flake8 passed.
    JSHint passed.