~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-15 12:03:59 UTC
  • mfrom: (4119.3.16 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090615120359-3a9650kr76j1jyf2
(robertc) Make core command lookup fully hookable and extensible.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
In Development
10
10
##############
11
11
 
 
12
Internals
 
13
*********
 
14
 
 
15
* Command lookup has had hooks added. ``bzrlib.Command.hooks`` has
 
16
  three new hook points: ``get_command``, ``get_missing_command`` and
 
17
  ``list_commands``, which allow just-in-time command name provision
 
18
  rather than requiring all command names be known a-priori.
 
19
  (Robert Collins)
 
20
 
12
21
 
13
22
bzr 1.16rc1 "It's yesterday in California" 2009-06-11
14
23
#####################################################