~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-10 11:13:02 UTC
  • mfrom: (5363.2.31 controldir-2)
  • Revision ID: pqm@pqm.ubuntu.com-20100910111302-xbneyohu4we926bl
(jelmer) More work allowing the per_controldir tests to run against foreign
 formats. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  `bzrlib.controldir.ControlDirFormat.register_server_prober`.
53
53
  `BzrDirFormat.probe_transport` has been moved onto `Prober`.
54
54
 
55
 
  `BzrDirFormat.register_format` has been renamed to 
 
55
  `BzrDirFormat.register_format` has been renamed to
56
56
  `BzrProber.register_bzrdir_format`.
 
57
 
 
58
  `bzrlib.bzrdir.network_format_registry` has been moved to
 
59
  `bzrlib.controldir`.
 
60
 
57
61
  (Jelmer Vernooij)
58
62
 
59
63
* The old ``bzr selftest --benchmark`` option has been removed.