Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Intellij idea Mercurial的fetch模拟?如何查看IntelliJ的新分支?_Intellij Idea_Mercurial_Repository_Branch - Fatal编程技术网

Intellij idea Mercurial的fetch模拟?如何查看IntelliJ的新分支?

Intellij idea Mercurial的fetch模拟?如何查看IntelliJ的新分支?,intellij-idea,mercurial,repository,branch,Intellij Idea,Mercurial,Repository,Branch,如果在存储库(Git或Mercurial)中创建了分支,我仍然无法在IntelliJIdea中看到它。如果CVS是Git,我必须发出fetch命令来查看新的分支 但是对于Mercurial,我既没有看到fetch,也没有看到类似的东西。如何使IntelliJ可以看到新的分支?据我所知,您指的是在远程服务器上创建的分支。 它不是特定于IntelliJ的,您需要首先将信息获取到本地存储库中(这就是您实际上所做的调用pull-in-Tortoise) 但你们不需要使用乌龟,你们可以使用VCS-Merc

如果在存储库(Git或Mercurial)中创建了分支,我仍然无法在IntelliJIdea中看到它。如果CVS是Git,我必须发出
fetch
命令来查看新的分支


但是对于Mercurial,我既没有看到
fetch
,也没有看到类似的东西。如何使IntelliJ可以看到新的分支?

据我所知,您指的是在远程服务器上创建的分支。 它不是特定于IntelliJ的,您需要首先将信息获取到本地存储库中(这就是您实际上所做的调用pull-in-Tortoise)

但你们不需要使用乌龟,你们可以使用
VCS-Mercurial-pull来实现你们的想法