contrib/purge/purge.py
changeset 4154 15cd36db4230
parent 4153 af72395580e8
child 4155 4c714ed245d6
equal deleted inserted replaced
4153:af72395580e8 4154:15cd36db4230
     1 # Copyright (C) 2006 - Marco Barisione <marco@barisione.org>
     1 # Copyright (C) 2006 - Marco Barisione <marco@barisione.org>
     2 #
     2 #
     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 #
       
     6 # This program was inspired by the "cvspurge" script contained in CVS utilities
       
     7 # (http://www.red-bean.com/cvsutils/).
       
     8 #
       
     9 # To enable the "purge" extension put these lines in your ~/.hgrc:
       
    10 #  [extensions]
       
    11 #  purge = /path/to/purge.py
       
    12 #
       
    13 # For help on the usage of "hg purge" use:
       
    14 #  hg help purge
     5 #
    15 #
     6 # This program is free software; you can redistribute it and/or modify
    16 # This program is free software; you can redistribute it and/or modify
     7 # it under the terms of the GNU General Public License as published by
    17 # it under the terms of the GNU General Public License as published by
     8 # the Free Software Foundation; either version 2 of the License, or
    18 # the Free Software Foundation; either version 2 of the License, or
     9 # (at your option) any later version.
    19 # (at your option) any later version.