automv
Automatically detect moves and record them
Contents
1. Status
This extension is distributed with Mercurial as experimental.
Author: Facebook, Inc.
2. Overview
This extension checks at commit/amend time if any of the committed files comes from an unrecorded mv.
3. Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] automv = [automv] similarity = 75
The similarity parameter configures at what percentage of similarity a rename from one file to another is detected. The default is 95.