python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
46 stars 38 forks source link

Make the message made by `cherry_picker --continue` same as regular #40

Closed Jackenmen closed 2 years ago

Jackenmen commented 2 years ago

Before this, the commit headline made by cherry_picker --continue contained an additional dot and the version prefix was put in it regardless of whether prefix_commit option is enabled or not.

I found this while looking into #7 but sadly I can't see why the title and description would be lost as it was not lost for me 🤔

Jackenmen commented 2 years ago

I fixed the conflicts.