purge extension doesn't need "#!/usr/bin/env python".
authorThomas Arendsen Hein <thomas@intevation.de>
Tue, 19 Dec 2006 15:37:10 +0100
changeset 3943 05c703c281ff
parent 3925 93e5f07baf75
child 3944 20f1c8440c53
purge extension doesn't need "#!/usr/bin/env python". (from the Debian package: deb_specific__hgpurge.py.patch)
contrib/purge/purge.py
--- a/contrib/purge/purge.py	Sun Dec 17 19:17:18 2006 -0600
+++ b/contrib/purge/purge.py	Tue Dec 19 15:37:10 2006 +0100
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2006 - Marco Barisione <marco@barisione.org>
 #
 # This is a small extension for Mercurial (http://www.selenic.com/mercurial)