I know I can do a reverse merge. But that seems like it is good for undoing the most recent commit. I have a more complex problem:
r100 - I want to undo this one r101 - Keep r102 - Keep r103 - Undo this one as well r104 - Keep r105 - Keep r106 - HEAD Is there an easy way of doing this? r103 modifies r100, others modify different files.