更新到 TortoiseHg 中当前分支的头部
我应该如何更新当前分支以进入 TortoiseHg 2.x?
在控制台中,我只需执行 hg up
,但在 tortoisehg 中,我需要找到当前版本,查看其名称,切换到“过滤器工具栏”中的当前分支,并手动查找 当前分行的负责人。这很奇怪,恕我直言。
How am I supposed to update current branch to head in TortoiseHg 2.x?
In console I just perform hg up
, but in tortoisehg I need to find current revision, look its name, switch to the current branch in the "filter toolbar" and find out manually the current branch's head. It is very odd, imho.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击->乌龟HG->更新->更新为:选择default / Tip /branchname
或者在Workbench 中,右键单击Tip 并选择Update。或者您可以右键单击“更新”并选择更新到分支名称/提示,而不必担心您正在查看的修订版本。
Right Click -> Tortoise HG -> Update -> Update to: Choose default / tip /branchname
Or in Workbench, right click on Tip and select Update. Or you can just right click, Update and select update to branchname / tip without worrying about the revision you are looking at.