Similar, but the answer is discouraged by hg docs: Can I emulate svn:externals using mercurial?
Prior to using hg I was using Subversion. It seems like the externals in Subversion are quite strong: I can have sub-repo that is pointing to a specific version of another repo. But the docs for Subrepository in Hg say it is a 'Feature of Last Resort'. Wow that's ominous. Plus I don't see anything in the docs about sticking that subrepo to a specific version.
Deps extension is no longer maintained.
Forest extension is discouraged on the site.
So if I want version XYZAB of a repo to be nested inside my Hg repo, what's the best alternative right now that isn't a Feature of Last Resort? Is Hg just kinda bad at this feature?
Guestrepo is worth looking at, but very new at this point: https://bitbucket.org/selinc/guestrepo