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 pull -r <changset>了变更集是最新提交的地方。
hg pull -r <changset>
我应该怎么办?
hg merge stable
这会将两者合并在一起。
访问https://www.mercurial-scm.org/guide并转到Merge the named branch。
您不必关闭它。