changeset 17063:3fbc6e3abdbd

exewrapper: use generic term script The exewrapper doesn't know anything so far about what the script is or does.
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 29 Jun 2012 08:10:43 +0200
parents 682a8ad26138
children 168cc52ad7c2
files mercurial/exewrapper.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/exewrapper.c	Fri Jun 29 13:12:35 2012 +0200
+++ b/mercurial/exewrapper.c	Fri Jun 29 08:10:43 2012 +0200
@@ -56,7 +56,7 @@
 
 	/*
 	Only add the pyscript to the args, if it's not already there. It may
-	already be there, if Mercurial spawned a child process of itself, in
+	already be there, if the script spawned a child process of itself, in
 	the same way as it got called, that is, with the pyscript already in
 	place. So we optionally accept the pyscript as the first argument
 	(argv[1]), letting our exe taking the role of the python interpreter.