Question

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.

Was it helpful?

Solution

You can do

hg addremove --similarity <percent>

Type hg help addremove for details.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top