exewrapper: use generic term script
The exewrapper doesn't know anything so far about what the script is or does.
setup: compile hg.exe
This implements a new command
$ python setup.py build_hgexe -i
which places the hg.exe in the root of the source tree.
test-commit-amend: adapt for Windows after
fba17a64fa49
discovery: simplify branchmap construction against legacy server
All necessary data to fire a simple revset query are already known. No call to
ancestors are needed. Such ancestors calculation was already done to compute
outgoing.missing.
copies: re-include root directory in directory rename detection (
issue3511)