Can I use Mercurial for multiple projects (in an approximately the same way as SVN)?
I have a private SVN repository that I use for all of my projects. It is backed up regularly, and I like being able to browse it over the web, when I need a little snippet of code. Now, I would like to move to a more modern platform for source control (say, Git or Mercurial), but I also like having all of my projects in one place. Is ...