Re: error: cannot cherry-pick during a revert

2019-08-29 Thread Phillip Wood
x27; hint: and commit the result with 'git commit' Recorded preimage for 'taskcluster/ci/build/linux.yml' (... this is where I fix my conflict ...) $ git add -u $ git cherry-pick --continue error: cannot cherry-pick during a revert. fatal: cherry-pick failed Oh dear that's n

error: cannot cherry-pick during a revert

2019-08-28 Thread Mike Hommey
commit' Recorded preimage for 'taskcluster/ci/build/linux.yml' (... this is where I fix my conflict ...) $ git add -u $ git cherry-pick --continue error: cannot cherry-pick during a revert. fatal: cherry-pick failed So apparently, cherry-pick thinks it was doing a revert when it hit a conflict? (This is with git 2.23) Mike