~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-21 08:00:05 UTC
  • mfrom: (5051.1.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100221080005-nf1mkndpk4aflpmq
(robertc) Make bzrlib.commands.run_bzr more extensible and friendly
        to commandant and other external users. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
* Remove unused ``CommandFailed`` exception.
98
98
  (Martin Pool)
99
99
 
 
100
Internals
 
101
*********
 
102
 
 
103
* ``bzrlib.commands.run_bzr`` is more extensible: callers can supply the
 
104
  functions to load or disable plugins if they wish to use a different
 
105
  plugin mechanism; the --help, --version and no-command name code paths
 
106
  now use the generic pluggable command lookup infrastructure.
 
107
  (Robert Collins)
 
108
 
100
109
Testing
101
110
*******
102
111