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.
有没有一种简单的方法可以将最后 n 个提交导出到新的 mq 队列中并从真实存储库中删除提交?
我确实经常开始开发一个新功能,后来意识到我做错了什么/想要使用 MQ 来折叠补丁。
我目前正在做:
这很简单(只要没有合并):
hg qimport -r base:tip
瞧。