What is the correct way to handle nested Hg repositories with Mercurial/TortoiseHg?

前端 未结 2 1390
时光说笑
时光说笑 2021-01-30 23:05

I\'m struggling on how to correctly track nested repositories using TortoiseHg.

I have a main repository that tracks my whole project. This project contains several litt

2条回答
  •  灰色年华
    2021-01-30 23:55

    You should try using:

    • The Forest extension or
    • (better choice, because officially in the Hg): the Subrepo feature

    Subrepositories is a feature that allows you to treat a collection of repositories as a group.
    This will allow you to clone, commit to, push, and pull projects and their associated libraries as a group.

提交回复
热议问题