I just had a cherry-pick fail, but because I was running cherry_picker from its own git repo it took me a minute to realize that I couldn't find the failed branch because I had not cd cpython yet. It might work out better to automatically cd into the checkout upon failure (with an appropriate message that this was done).
I just had a cherry-pick fail, but because I was running
cherry_pickerfrom its own git repo it took me a minute to realize that I couldn't find the failed branch because I had notcd cpythonyet. It might work out better to automaticallycdinto the checkout upon failure (with an appropriate message that this was done).