mercurial/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 15 Feb 2015 17:21:48 -0500
changeset 24172 e0f06228bb66
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
archive: change the default prefix to '' from None All current callers supply some sort of prefix, so the issue was hidden. But if no parameter was specified, a crash occurred in the write() closure when concatenating 'prefix' and 'name'.