Skip to content

Commit

Permalink
[skip ci] Add instructions to finish the backport
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 30, 2020
1 parent 0ce48ee commit 1417842
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions BACKPORT_TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Error on backporting to branch 2.4, error on cherry picking ['f06587e643bf3f755c23c676f6f1cab3b63078f1']:
error: could not apply f06587e64... Localize query result in API
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'



to continue do:
git fetch
git checkout backport/5974-to-2.4
git reset --hard HEAD^
git cherry-pick f06587e643bf3f755c23c676f6f1cab3b63078f1
git push origin backport/5974-to-2.4 --force

0 comments on commit 1417842

Please sign in to comment.