hgext/purge.py
changeset 26421 4b0fc75f9403
parent 25186 80c5b2666a96
child 26587 56b2bcea2529
--- a/hgext/purge.py	Wed Sep 30 15:31:07 2015 -0500
+++ b/hgext/purge.py	Wed Sep 30 15:43:49 2015 -0500
@@ -1,6 +1,6 @@
 # Copyright (C) 2006 - Marco Barisione <marco@barisione.org>
 #
-# This is a small extension for Mercurial (http://mercurial.selenic.com/)
+# This is a small extension for Mercurial (https://mercurial-scm.org/)
 # that removes files not known to mercurial
 #
 # This program was inspired by the "cvspurge" script contained in CVS