hgext/purge.py
changeset 47462 75d4e60c7c81
parent 46368 bb3a5c0df06b
child 47642 0caac68a5c3c
equal deleted inserted replaced
47461:69910b3686fa 47462:75d4e60c7c81
    28 version 5.7. Please use :hg:`purge ...` instead. :hg:`purge --confirm` is now the default, unless the extension is enabled for backward compatibility.
    28 version 5.7. Please use :hg:`purge ...` instead. :hg:`purge --confirm` is now the default, unless the extension is enabled for backward compatibility.
    29 '''
    29 '''
    30 
    30 
    31 # This empty extension looks pointless, but core mercurial checks if it's loaded
    31 # This empty extension looks pointless, but core mercurial checks if it's loaded
    32 # to implement the slightly different behavior documented above.
    32 # to implement the slightly different behavior documented above.
       
    33 
       
    34 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
       
    35 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
       
    36 # be specifying the version(s) of Mercurial they are tested with, or
       
    37 # leave the attribute unspecified.
       
    38 testedwith = b'ships-with-hg-core'