test-highlight: decouple test from get-with-headers.py
The test copied get-with-headers.py from $TESTDIR and committed it to
a test repository. The test output therefore depended unnecessarily on
the exact content of get-with-headers.py. It has now been replaced
with another small Python script.
repair: bulk update sets
Use a single set.update and set.difference_update call instead of many
set.add and set.discard calls.
alias: honor the [defaults] section, fix
issue1642