Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试重新打开已关闭的分支时,我收到一条错误消息:
hg branch -y branchname abort:同名分支已经存在
(使用 'hg update' 切换到它)
完成错误,见上文。
要重新打开已关闭的分支,请使用 hg update 而不是 hg 分支。hg update branchname下次提交时只需使用then 分支将被标记为打开。
hg update branchname