version control - Mercurial: move changes of specific folder to another repo -
version control - Mercurial: move changes of specific folder to another repo -
i have 2 mercurial repos, , 1 folder (project) in each on them (path folder differs in each repos). made many changes in 1 of repos, , want re-create changes repo other one.
certainly, can re-create files modified repo folder other repo, , commit it. @ way, loose changes history, , it's bad me.
what can do? (if batch, win cmd, not bash)
convert mutual folder repository (hg convert
) add subrepo (or guest-repo) both "super"-repositories have mutual shared history in subrepo
version-control mercurial folder
Comments
Post a Comment