I choose Mercurial as repo. The root of the project is /Myproject
and contains folders /MyProject/src
, and /MyProject/res
; Now I want to add rename folders in the repository to create another hierarchy:
/MyProject/Server/src
/MyProject/Server/res
/MyProject/Client/a
/MyProject/Client/b
How can I do this in MercurialEclipse plugin, without using hg rename commands in terminal?