Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseHG: undoing Guess Rename --> Accept Match

I'm using TortoiseHG and am trying to handle a renamed file. Unfortunately, I accidentally clicked Accept Match for one of the files and want to undo it. How do I do so without hurting the files I'm trying to commit?

like image 872
Maxim Zaslavsky Avatar asked Jul 05 '10 07:07

Maxim Zaslavsky


1 Answers

In the commit dialog you can right-click on the added file, and select forget. Then the file is no longer marked as copy. When you want the file in the commit, you can add this file again.

like image 164
Rudi Avatar answered Oct 21 '22 03:10

Rudi