Graft vs. Transplant

前端 未结 2 639
情深已故
情深已故 2020-12-01 07:09

The release announcement for Mercurial 2.0 mentions a new graft command, which on first sight looks similar to the transplant extension. Wh

相关标签:
2条回答
  • 2020-12-01 07:45

    Graft uses Mercurial internal merging, while transplant relies on patch mechanism. Therefore graft should be able to handle three-way-merges better than transplant currently does.

    0 讨论(0)
  • 2020-12-01 07:54

    From the documentation of hg graft it looks like opposite to the transplant extension graft only handles branches within the same repository but can't handle different repositories.

    0 讨论(0)
提交回复
热议问题