Does mercurial (hg) have functionality similar to git’s worktree? [duplicate]

不羁岁月 提交于 2019-12-13 02:23:18

问题


The new worktree command in git allows you to have multiple working trees attached to the same repository. Hence allowing you to check out more than one branch at a time.

This saves you from needing multiple local repositories that you have to push or pull between.

Does mercurial (hg) support something similar yet?


回答1:


Share Extension, distributed with Mercurial 1.3 and later



来源:https://stackoverflow.com/questions/35092794/does-mercurial-hg-have-functionality-similar-to-git-s-worktree

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!