问题
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