Is there any hg functionality to mimic the "guess renames" command of TortoiseHG?
I really dig this one, however I am currently using MacOS and have Murky or the commandline interface available.
Is there any hg functionality to mimic the "guess renames" command of TortoiseHG?
I really dig this one, however I am currently using MacOS and have Murky or the commandline interface available.
You can do
hg addremove --similarity <percent>
Type hg help addremove for details.