Importing a svn sub-module as a hg repository
Today I converted the WizTools.org commons-lib project from the mini-projects site to a separate project. This involved the migration from the svn repository to a hg one. The sequence of steps I did:
$ sudo apt-get install hgsvn $ hgimportsvn http://wiztools.googlecode.com/svn/commons-lib/trunk wiztools-commons-lib $ cd wiztools-commons-lib $ hgpullsvn # Edit .hgignore and commit it $ cd .. $ hg clone wiztools-commons-lib wiztools-commons-lib-remote $ cd wiztools-commons-lib-remote $ hg push https://wiztools-commons-lib.googlecode.com/hg