* Jeremy Henty <onepoint@starurchin.org> wrote:
Is there a mercurial hosting service with a more "batteries-included" approach?
I don't know of anything for Mercurial. However, launchpad provides quite a bit... It's a pretty complete project infrastructure. It uses bzr instead of hg, but after using both, I definitely prefer bzr. It's more powerful, more flexible, and its branching model is a lot easier than git or hg. Take a look at the tour to see if launchpad looks worthwhile: https://launchpad.net/+tour Here's a shot of one of the revision browser GUIs for bzr: http://toykeeper.net/tmp/bzr-feature-branches.png (copy/paste the URL if it asks for a login) The development shown there uses feature branches and a merge bot. Branches get merged automatically by the bot after 2 core devs review changes and vote "approved". -- Scott