SourceTree Windows Mercurial - 重新打开封闭分支

gpi*_*ian 3 windows mercurial atlassian-sourcetree

当我尝试重新打开一个封闭的分支时,我收到一条错误消息:

hg branch -y branchname abort:已经存在同名的分支

(使用'hg update'切换到它)

完成但有错误,请参见上文.

Eri*_*c Y 6

要重新打开已关闭的分支,请使用hg update而不是hg branch.只需在hg update branchname下次提交时使用,分支将被标记为打开.