We are considering a move from SVN to Mercurial, and have encountered a stumbling block.
We currently use svn:externals
to automatically pull a common set of libraries into the working directory. I can't find support for anything like this in Mercurial.
Is there a way to do this automatically with Mercurial, or do I need to fake it as part of my build process?