變基
要使用上游儲存庫中的最新變更集進行更改:
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
如果有任何衝突,你將被迫合併補丁。