hgext/purge.py
changeset 47642 0caac68a5c3c
parent 47468 75d4e60c7c81
equal deleted inserted replaced
47641:5d9f89cd4984 47642:0caac68a5c3c
    23 # along with this program; if not, see <http://www.gnu.org/licenses/>.
    23 # along with this program; if not, see <http://www.gnu.org/licenses/>.
    24 
    24 
    25 '''command to delete untracked files from the working directory (DEPRECATED)
    25 '''command to delete untracked files from the working directory (DEPRECATED)
    26 
    26 
    27 The functionality of this extension has been included in core Mercurial since
    27 The functionality of this extension has been included in core Mercurial since
    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
       
    29 the default, unless the extension is enabled for backward compatibility.
    29 '''
    30 '''
    30 
    31 
    31 # This empty extension looks pointless, but core mercurial checks if it's loaded
    32 # This empty extension looks pointless, but core mercurial checks if it's loaded
    32 # to implement the slightly different behavior documented above.
    33 # to implement the slightly different behavior documented above.
    33 
    34