diff contrib/purge/purge.py @ 4154:15cd36db4230

Delete the README for purge, putting the useful informations in comments
author Emanuele Aina <em@nerd.ocracy.org>
date Tue, 27 Feb 2007 09:05:36 +0100
parents af72395580e8
children 4c714ed245d6
line wrap: on
line diff
--- a/contrib/purge/purge.py
+++ b/contrib/purge/purge.py
@@ -3,6 +3,16 @@
 # This is a small extension for Mercurial (http://www.selenic.com/mercurial)
 # that removes files not known to mercurial
 #
+# This program was inspired by the "cvspurge" script contained in CVS utilities
+# (http://www.red-bean.com/cvsutils/).
+#
+# To enable the "purge" extension put these lines in your ~/.hgrc:
+#  [extensions]
+#  purge = /path/to/purge.py
+#
+# For help on the usage of "hg purge" use:
+#  hg help purge
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or