5
5
* 'bzr diff' now returns 1 when there are changes in the working
8
8
* 'bzr push' now exists and can push changes to a remote location.
9
9
This uses the transport infrastructure, and can store the remote
10
10
location in the ~/.bazaar/branches.conf configuration file.
14
15
* WorkingTree.pull has been split across Branch and WorkingTree,
15
to allow Branch only pulls.
16
to allow Branch only pulls. (Robert Collins)
17
18
* commands.display_command now returns the result of the decorated
19
function. (Robert Collins)
20
21
* LocationConfig now has a set_user_option(key, value) call to save
21
22
a setting in its matching location section (a new one is created
23
if needed). (Robert Collins)
24
25
* Branch has two new methods, get_push_location and set_push_location
25
to respectively, get and set the push location.
26
to respectively, get and set the push location. (Robert Collins)
28
* commands.register_command now takes an optional flag to signal that
29
the registrant is planning to decorate an existing command. When
30
given multiple plugins registering a command is not an error, and
31
the original command class (whether built in or a plugin based one) is
32
returned to the caller. There is a new error 'MustUseDecorated' for
33
signalling when a wrapping command should switch to the original
34
version. (Robert Collins)
28
37
bzr 0.6rc1 2005-10-27