1
For 0.7 (temporary section)
5
* 'bzr diff' now returns 1 when there are changes in the working
8
* 'bzr push' now exists and can push changes to a remote location.
9
This uses the transport infrastructure, and can store the remote
10
location in the ~/.bazaar/branches.conf configuration file.
14
* WorkingTree.pull has been split across Branch and WorkingTree,
15
to allow Branch only pulls.
17
* commands.display_command now returns the result of the decorated
20
* LocationConfig now has a set_user_option(key, value) call to save
21
a setting in its matching location section (a new one is created
24
* Branch has two new methods, get_push_location and set_push_location
25
to respectively, get and set the push location.