Partial push in mercurial
Posted
by Chris089
on Stack Overflow
See other posts from Stack Overflow
or by Chris089
Published on 2010-03-09T10:40:15Z
Indexed on
2010/03/09
10:51 UTC
Read the original article
Hit count: 299
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)?
© Stack Overflow or respective owner