How to merge branches with PyCharm when using Mercurial?
I'm wondering how I can merge branches and use the IDE's diff tool to solve merge conflict issues.
This is possible when using git as scm, but I don't see any way to actually merge when using Mercurial.
I can only pull in changesets from any repository, so please tell me how may I actually do the merge without having to jump to the command line and use vimdiff to solve em. I want to use the internal diff tool to solve my conflicts that follows your IDE as it is simply pure awesomeness.
This is possible when using git as scm, but I don't see any way to actually merge when using Mercurial.
I can only pull in changesets from any repository, so please tell me how may I actually do the merge without having to jump to the command line and use vimdiff to solve em. I want to use the internal diff tool to solve my conflicts that follows your IDE as it is simply pure awesomeness.
请先登录再写评论。
Also, if you call Update Project, you may choose what to do on update: for example, you may pull, update and merge at once.
It didn't make any sense for me to click on "integrate project" at all, probably because I confuse it with "Enable version control integration" when your creating a new project and want to attach a SCM to it.
Thanks :-)
(hopefully with support with mercurial bookmarks [2])
[1] http://youtrack.jetbrains.com/issue/IDEA-91646
[2] http://youtrack.jetbrains.com/issue/IDEA-88398