/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

(GaryvdM) Make it possible to detect a BoundBranchOutOfDate from
        commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
* ``bzrlib.branchbuilder.BranchBuilder.build_snapshot`` now accepts a
131
131
  ``message_callback`` in the same way that commit does. (Robert Collins)
132
132
 
 
133
* ``bzrlib.builtins.Commit.run`` raises ``bzrlib.errors.BoundBranchOutOfDate``
 
134
  rather than ``bzrlib.errors.BzrCommandError`` when the bound branch is out
 
135
  of date. (Gary van der Merwe)
 
136
 
133
137
* ``bzrlib.commands.run_bzr`` is more extensible: callers can supply the
134
138
  functions to load or disable plugins if they wish to use a different
135
139
  plugin mechanism; the --help, --version and no-command name code paths
136
140
  now use the generic pluggable command lookup infrastructure.
137
141
  (Robert Collins)
138
142
 
 
143
* ``bzrlib.errors.BoundBranchOutOfDate`` has a new field ``extra_help``
 
144
  which can be set to add extra help to the error. (Gary van der Merwe)
 
145
 
139
146
* The methods ``BzrDir.create_branch()``, ``BzrDir.destroy_branch()`` and 
140
147
  ``BzrDir.open_branch()`` now take an optional ``name`` argument. 
141
148
  (Jelmer Vernooij)