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.
假设我们有
我在变更集 16 上,我需要取出我在变更集 #14 中所做的更改,但保持 #15 和 #16 不变。
我可以用 hg 做到这一点吗?我觉得这是不可能的,因为变更集 #15 和 #16 取决于 #14.... 我听说过队列补丁。是否相关?
谢谢
看一下退出命令。它只是你想要的。它将删除 chageset 14 中的更改并尝试应用以后的更改,询问您是否由于丢失信息而无法理解。