#pragma section-numbers 2 = automv = Automatically detect moves and record them <> == Status == '''This extension is distributed with Mercurial as ''experimental''.''' ''Author: '' ''Facebook, Inc.'' == Overview == This extension checks at commit/amend time if any of the committed files comes from an unrecorded mv. == 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.