Commit Graph

4 Commits

Author SHA1 Message Date
Augie Fackler
a27272a436 test-automv: fix inline config settings for 82d66222a945 2016-02-22 17:53:19 -05:00
Martijn Pieters
e5e2edc668 automv: use 95 as the default similarity threshold
The motivation for the change from 100 to 95 is included in a comment.

* Updated the tests to include a change to a moved file that still should be
  caught as a move.

* Use ui.configint() to non-integer configuration entries more gracefully. Also
  complain if a similarity outside of the acceptable range is set.
2016-02-16 15:58:32 +00:00
Martijn Pieters
0d001a73a1 automv: add some context for the tests 2016-02-15 16:44:30 +00:00
Martijn Pieters
4b490ea150 automv: new experimental extension
Automatically detect moves and record them at commit time.

This extension was originally developed at
https://bitbucket.org/facebook/hg-experimental
2016-02-08 13:52:51 +00:00