142
142
* Configuration options can be SI units by using ``int_SI_from_unicode`` as
143
143
their ``convert_from_unicode`` helper. (Vincent Ladeuil)
145
150
* ControlDir now has a get_branches method that returns a dictionary
146
151
whose keys are the names of the branches and whose values are the
147
152
branches themselves. The active branch uses the key None.