102
102
.. Major internal changes, unlikely to be visible to users or plugin
103
103
developers, but interesting for bzr developers.
105
110
* ControlDir now has a get_branches method that returns a dictionary
106
111
whose keys are the names of the branches and whose values are the
107
112
branches themselves. The active branch uses the key None.
110
118
* Helper ``win32utils.get_environ_unicode`` added for avoiding encoding
111
119
problems with ``os.environ.get`` use. (Martin Packman, #262874)
116
123
* New HPSS call ``BzrDir.checkout_metadir``. (Jelmer Vernooij, #894459)