##// END OF EJS Templates
Delete the README for purge, putting the useful informations in comments
Emanuele Aina -
r4154:15cd36db default
parent child Browse files
Show More
@@ -3,6 +3,16 b''
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
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
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
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now