https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39106 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177829 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177829&action=edit Bug 39106: The auto-rebase script - Add --bugzilla Julian wrote a script a while ago to retrieve patches from bugzilla and checkout the good commit to make sure the patches will apply cleanly. This change reuses the same logic for the auto-rebase script. Test plan: 0. a. You will need to install REST::Client using cpanm: `cpanm REST::Client` b. You need the --confirm flag from git-bz, see https://gitlab.com/koha-community/git-bz/-/issues/14 1. Pick a bug number with patches that does not apply on current main 2. Use the auto_rebase script with the --bugzilla option 3. Enjoy -- You are receiving this mail because: You are watching all bug changes.