hgext/automv.py
changeset 31599 e4aefdb58ebe
parent 29205 a0939666b836
child 33188 54bc88c56ec8
equal deleted inserted replaced
31598:32f09ead059b 31599:e4aefdb58ebe
     2 #
     2 #
     3 # Copyright 2013-2016 Facebook, Inc.
     3 # Copyright 2013-2016 Facebook, Inc.
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 """Check for unrecorded moves at commit time (EXPERIMENTAL)
     7 """check for unrecorded moves at commit time (EXPERIMENTAL)
     8 
     8 
     9 This extension checks at commit/amend time if any of the committed files
     9 This extension checks at commit/amend time if any of the committed files
    10 comes from an unrecorded mv.
    10 comes from an unrecorded mv.
    11 
    11 
    12 The threshold at which a file is considered a move can be set with the
    12 The threshold at which a file is considered a move can be set with the