I would like to copy some changes from my Mercurial shelf to my working directory, leaving an unchanged copy in the shelf.
Git would let me do that with git stash apply
, however I can't see a way to get TortoiseHg to let me do the same.
Is there any way to retrieve to copy the changes from the shelf, rather than move them?