如何返回到某个变更集(或标记)并从提交分支?一旦我分支并提交更改将不会影响原始分支?
|
tag-----------------
| \
branch-1 branch-2发布于 2015-05-26 13:28:41
hg update branch-1
hg branch branch-2编辑
hg commit请注意,这被命名为分支,在Mercurial中还有其他分支方式。
https://stackoverflow.com/questions/30442114
复制相似问题