Possible Duplicate:
Can I split a Mercurial repository?
I have a Mercurial repository with multiple projects (when I started with Mercurial that seemed to be a good idea…).
Is it possible to convert the projects/folders to new repositories with their history intact?
Thanks in advance.
You should be able to do it with ConvertExtension, converting from Mercurial to Mercurial.
From docs:
I’ve had success with the following command line
where fm-txt would look like
You might want to look into renaming that folder to not be a sub-folder in the new repo. Haven’t tried that myself though.