开发者

Mercurial/Intellij9 hg4idea Error: cannot update with applied MQ patches, please use rebase

开发者 https://www.devze.com 2022-12-27 13:38 出处:网络
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

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 开发者_如何学Pythonwithin Intellij. I can call hg update from the command line and that works fine.

Thanks


It's a known issue of the hg4idea plug-in. The author suggests the following workaround:

Enable mq extension in your .hgrc:

[extensions]
hgext.mq =
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号