hgext/purge.py
changeset 8866 87c30fb7e8df
parent 8761 0289f384e1e5
child 8873 e872ef2e6758
equal deleted inserted replaced
8865:37d8a5ddd499 8866:87c30fb7e8df
     3 # This is a small extension for Mercurial (http://www.selenic.com/mercurial)
     3 # This is a small extension for Mercurial (http://www.selenic.com/mercurial)
     4 # that removes files not known to mercurial
     4 # that removes files not known to mercurial
     5 #
     5 #
     6 # This program was inspired by the "cvspurge" script contained in CVS utilities
     6 # This program was inspired by the "cvspurge" script contained in CVS utilities
     7 # (http://www.red-bean.com/cvsutils/).
     7 # (http://www.red-bean.com/cvsutils/).
     8 #
       
     9 # To enable the "purge" extension put these lines in your ~/.hgrc:
       
    10 #  [extensions]
       
    11 #  hgext.purge =
       
    12 #
     8 #
    13 # For help on the usage of "hg purge" use:
     9 # For help on the usage of "hg purge" use:
    14 #  hg help purge
    10 #  hg help purge
    15 #
    11 #
    16 # This program is free software; you can redistribute it and/or modify
    12 # This program is free software; you can redistribute it and/or modify