I have a branch with several shelves and this branch is now out of developement because we branched a new one from it. Now I need to take over my shelved changes without modifying the old branch to the new one. What is the easiest way?
I know I could unshelve, manually take over the changes and revert the old branch, but that is tedious. Any better solution?