Join two Mercurial repositories into one line of revisions

前端 未结 1 1671
误落风尘
误落风尘 2020-12-11 06:34

Two \"unrelated\" Mercurial repositories are created:

user@SERVER ~/mercurialtest
$ cd jointest/

user@SERVER ~/mercurialtest/jointest
$ hg init beginning

u         


        
相关标签:
1条回答
  • 2020-12-11 07:17

    The convert extension can do that, using --splicemap.

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