[PATCH] exewrapper: use generic term script

Adrian Buehlmann adrian at cadifra.com
Fri Jun 29 01:50:22 CDT 2012


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1340950243 -7200
# Node ID 3f579c7f727402ac909ade45a3d02afe4224536a
# Parent  fba17a64fa4978bfea19222da5e64a18cfddeecd
exewrapper: use generic term script

The exewrapper doesn't know anything so far about what the script is or does.

diff --git a/mercurial/exewrapper.c b/mercurial/exewrapper.c
--- a/mercurial/exewrapper.c
+++ b/mercurial/exewrapper.c
@@ -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.


More information about the Mercurial-devel mailing list