[PATCH] setup.py not executable: change instructions at beginning of file

Christian Ebert blacktrash at gmx.net
Wed Jun 27 19:13:11 CDT 2007


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1182989514 -7200
# Node ID bb8f4f4eaf4661a8efc4e11037333d5478386d00
# Parent  b0520e3903fe737af4cd90bfb637948a4d2d8316
setup.py not executable: change instructions at beginning of file

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -2,8 +2,8 @@
 #
 # This is the mercurial setup script.
 #
-# './setup.py install', or
-# './setup.py --help' for more options
+# 'python setup.py install', or
+# 'python setup.py --help' for more options
 
 import sys
 if not hasattr(sys, 'version_info') or sys.version_info < (2, 3, 0, 'final'):


More information about the Mercurial-devel mailing list