I'm trying to suss out how to migrate my current single repo approach to Mercurial to a multi-repo approach, using one per project rather than one for all my project.
There are about twelve projects, and I add new ones regularly - I'd rather be able to hg init a directory locally and then either hg init or hg push directly into a new Kiln repo rather than having to go to the web interface and create a new Kiln repo... is this doable?