Can I nest subrepos in Mercurial?
问题 I am having trouble setting up a project in Mercurial with subrepos. Goal: I want to set up the structure like so: -- Build_Repo (this repo will be used to track dependencies) -- Subrepo_A (this is the main source) -- Modules (Part of Subrepo_A) -- Subrepo_B So there are three repos: Build, A, and B. B is nested inside A, A is nested inside the root build repository. The build repo will be used to track dependencies, subrepo A will be used to track the main source files, and subrepo B (and