Automates rebasing a jj branch when files have been renamed on the target. Based on the technique described in Rebasing Renamed Files with jj.
When you rebase a branch that modifies files at path A onto a commit where those files were moved to path B, jj produces whole-file conflicts instead of meaningful diffs. This makes the conflicts much harder to resolve than they need to be.