37
37
* New HPSS call for ``Repository.reconcile``. (Jelmer Vernooij, #894455)
39
44
* Override the value returned by ``sys.getfilesystemencoding()`` for the bzr
40
45
script to utf-8 when it would otherwise be ascii on a posix system. This
41
46
will mean bzr works with non-ascii files when no locale or an incorrect
42
47
locale is set. (Martin Packman, #794353)
44
55
* ``bzr send`` now only opens a single connection, rather than two,
45
56
to the target branch. (Jelmer Vernooij)