I am getting the following error when trying to update my project from Intellij 9 using hg4idea:
Error: cannot update with applied MQ patches, please use rebase
What does this mean? I have not created or applied any patches as far as I know. I can pull changes from my remote repository but cannot update the project from within Intellij. I can call hg update from the command line and that works fine.
Thanks