~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-03-12 23:04:45 UTC
  • mto: This revision was merged to the branch mainline in revision 4441.
  • Revision ID: robertc@robertcollins.net-20090312230445-wu5x0s0z9jrenu2y
Add Command lookup hooks: list_commands and get_command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
      string, and never emptied the cache. This should slightly reduce
259
259
      memory consumption. (John Arbash Meinel)
260
260
 
 
261
    * Command lookup has had hooks added. ``bzrlib.Command.hooks`` has
 
262
      two new hook points: ``get_command`` and ``list_commands``, which
 
263
      allow just-in-time command name provision rather than requiring that
 
264
      all command names be known a-priori. (Robert Collins)
 
265
 
261
266
    * New branch method ``create_clone_on_transport`` that returns a
262
267
      branch object. (Robert Collins)
263
268