hgext/purge.py
changeset 8936 1de6e7e1bb9f
parent 8934 9dda4c73fc3b
child 9072 59e5437bbcdc
--- a/hgext/purge.py	Wed Jun 24 13:42:34 2009 +0200
+++ b/hgext/purge.py	Wed Jun 24 15:32:37 2009 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) 2006 - Marco Barisione <marco@barisione.org>
 #
-# This is a small extension for Mercurial (http://www.selenic.com/mercurial)
+# This is a small extension for Mercurial (http://mercurial.selenic.com/)
 # that removes files not known to mercurial
 #
 # This program was inspired by the "cvspurge" script contained in CVS utilities