变基
要使用上游存储库中的最新变更集进行更改:
hg qpop -a // Pop all patches
hg pull -u // Pull in changesets from upstream repo and update
hg qpush -a // Push all patches on top of new changesets
如果有任何冲突,你将被迫合并补丁。
要使用上游存储库中的最新变更集进行更改:
hg qpop -a // Pop all patches
hg pull -u // Pull in changesets from upstream repo and update
hg qpush -a // Push all patches on top of new changesets
如果有任何冲突,你将被迫合并补丁。