In cases like this one, one should assume that the only trustable
information is the source code itself, and possibly the communications
between developers when the relevant code was introduced or modified
(mailing lists, IRC). Fortunately, archives are available and
google-able.
You can do some archeology in the code itself by running `darcs log -i
--matches "hunk set-scripts"`. This will let you find all patches that
have the string set-scripts somewhere inside them.
|