DPR

Results 5 comments of DPR

I use version 2.2.0 cherry_picker and git version 2.39.3 (Apple Git-145). After I run `cherry_picker --continue` fail, than I saw `You're not inside a cpython repo right now! 🙅` Here...

> @dpr-0, try to look to the `.git/config`: probably it has some remnants of cherry-picker.state (like BACKPORT_LOOP_START above). Removing related section from that file was a solution for me. I...

Hi @ezio-melotti, thanks for reviewing my PR. For your questions, 1. The current output looks like this: ```shell $ cherry_picker 🐍 🍒 ⛏ Error validate sha The sha listed in...

> Is this true also for the "get state"? I think the original error message is clear too: https://github.com/python/cherry-picker/blob/d7c32647be3060e44c2c1bcece686373a70f1063/cherry_picker/cherry_picker.py#L675-L686 If we both agree there is no need to add the...