使用 TortoiseHg Synchronize,单击“Pull”会拉下最近的第二个修订。
在同步界面的底部是一个按钮,“更新到分支提示”。单击此按钮将下拉最新版本。
这里发生了什么?
使用 TortoiseHg Synchronize,单击“Pull”会拉下最近的第二个修订。
在同步界面的底部是一个按钮,“更新到分支提示”。单击此按钮将下拉最新版本。
这里发生了什么?
命令行 hg 告诉我们:
$ hg 帮助拉
...
Pull changes from a remote repository to a local one.
...
-R is specified). By default, this does not update the copy of the
project in the working directory.
对比
$ hg 帮忙
...
将存储库的工作目录更新到指定的修订版,或者如果没有指定,则更新当前分支的尖端。
如果您不熟悉 mercurial 或想知道您没有错过任何选项,这可能会有所帮助: