add --git option to commands supporting --patch (log, incoming, history, tip)
No short -g form, since it would conflict with -g from the graphlog extension.
extdiff: add --change option to display single changeset diff
This is the counterpart for extdiff of
9c6ae2e09e11.
identify: have consistent output for local repositories
Also, add some extensive testing for it (hardly any in the suite so far).
close sockets on httprepository deletion (
issue1487)
With this destructor in place, I no longer see tracebacks
on the server after using win32 clients for pull, push, etc.