A feature has been added to an old version of our application to satisfy a customer request. Now, this feature has to be added to the current version.
Given that the changes in the feature are quite numerous, are there any tools to facilitate this migration besides cherry-picking commits or merging manually? There is a comprehensive test suite for this application but doing this by hand is time consuming and prone to errors.
Thanks!