I want to move a part, i.e. one subdirectory of an existing, private mercurial repository to a new, public repository on bitbucket. Is it possible to do this including the changesets or do I have to manually copy the directory to the new repository and commit it there (and lose the version history on the way)?
views:
190answers:
1
+7
A:
you want to use the convert extension to do this. it may be worth while reorganising your main repo to make this a subrepo while you are at it.
jk
2010-03-09 10:44:18
+1. Awesome and simple.
Roberto Aloi
2010-03-09 10:47:32