~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-01 09:01:24 UTC
  • mfrom: (3668.3.2 trunk2)
  • Revision ID: pqm@pqm.ubuntu.com-20080901090124-w1cxlizdk4g3mstv
(vila) selftest --starting-with now accepts multiple values

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
      prefixes so that one can say ``bzr selftest -s bp.loom`` instead of
94
94
      ``bzr selftest -s bzrlib.plugins.loom``. (Vincent Ladeuil)
95
95
 
 
96
    * ``selftest``'s ``--starting-with`` option now accepts multiple values.
 
97
      (Vincent Ladeuil)
 
98
 
96
99
  INTERNALS:
97
100
 
98
101
    * A new plugin interface, ``bzrlib.log.log_adapters``, has been added.