transplant: remote bundle source was not closed before deleting the fetched bundle.
It fails under win32 because "normal" opened files cannot be removed.
Handle functions as the value of a hooks.<name> config variable
This should make it easier for extensions to add a hook when
they're loaded.
setup.py: reload __version__.py after writing it.
write_version loads __version__.py before writing it (see
7eb694a1c1af),
so we have to explicitly reload it to use the correct version.
Problem diagnosed by Christian Ebert.
commit: catch IOError
filecommit can still raise IOError if we're on a filesystem without
support for symlinks.
Fallback to ascii if getpreferredencoding raises an exception
Fixes
issue478.
mtime can be -1 after a merge and cause tracebacks on win32.
Output "unset" instead.
Adjust documentation for
78a0dd93db0b (empty username to force specifying it)