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 push变更集 A 更改为存储库myapp-v1,然后将hg pull其hg merge合并到存储库中myapp-v2,是否有办法在myapp-v2存储库中识别更改集最初已签入myapp-v1?
hg push
myapp-v1
hg pull
hg merge
myapp-v2
不,DVCS 是 DVCS,提交的变更集在传输到其他克隆后没有任何原始数据
解决方法 - 每个变更集的永久属性是
你可以使用这些标志