21
21
exiting the program, and it made sense to provide a full context
22
22
manager at the same time. (Robert Collins)
24
29
* The ``bzr`` front end now requires a ``bzrlib.ui.ui_factory`` which is a
25
30
context manager in the Python 2.5 and above sense. The bzrlib base class
26
31
is such a manager, but third party UI factories which do not derive from
27
32
``bzrlib.ui.UIFactory`` will be incompatible with the command line front
30
35
* URLs like ``foo:bar/baz`` are now always parsed as a URL with scheme "foo"
31
36
and path "bar/baz", even if bzr does not recognize "foo" as a known URL
32
37
scheme. Previously these URLs would be treated as local paths.