Context:
I have a versioning environment in Mercurial using TortoiseHG for viewing and commits and files. I want to move a folder from one repository to another and without losing the change history , I would like to know if it is possible and how.For the purpose of explanation, let's assume that I have the A and B repositories, both of which have been used for years, and with hundreds of changes .
Goal:
In the A repository I have the folder (and with about 200 files and various formats):
C:\Repositorios\A\projetos\projeto1\artefatos
I would then move the artifacts folder with your content to the B repository, which has a different folder structure:
C:\Repositorios\B\objetos\arquitetura\etc\etc\artefatos
Thank you.