I created a branch in Kiln, and have been using it to do work in a folder called contactsmanager
.
Now though, after a change in plans, instead of merging my changes right back into the trunk, what I want is to rename the contactsmanager folder to just contacts.
I want Tortoise to treat the old contactsmanager folder not as deleted or renamed, but just, plain, missing.
I want to pull down from the trunk and get the old contactsmanager, and have it side by side with the newly (renamed) contacts folder, and, when it looks right, push this structure to the trunk (contactsmanager and contacts side by side.)
The problem is, TortoiseHG seems certain that the old contactsmanager folder is deleted, as the screenshot shows. I've tried highlighting all the old contactsmanager stuff, right clicking and selecting "forget", to no avail.
Is there a way to achieve this in Tortoise? The workaround is fairly clear: make a copy of the old contactsmanager folder on the trunk, push my changes over, rename on the trunk, restore manually the older contactsmanager, and be good to go.
I'm hoping there's a direct way, though.