Comment Re:Distributed Hg. (Score 1) 221
Seems easier than trying to manage independent source repos for dependencies.
Nuget works great for release-versions of public packages, but if you need to add something to a dependency and to the consuming project AND test them both together before releasing, it all gets a bit messy and your build/CI process becomes a project to create and maintain...
Not that they'll be using NuGet. Time to re-implement more of Windows in C#?