~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2010-08-03 01:03:49 UTC
  • mto: This revision was merged to the branch mainline in revision 5389.
  • Revision ID: jelmer@samba.org-20100803010349-zufacfm1r63s9laa
Update NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  `WorkingTree.open_containing_paths`.
23
23
  (Martin Pool)
24
24
 
 
25
* `ControlDirFormat` and  `ControlDir` have been split out of `BzrDirFormat`
 
26
  and `BzrDir`, respectively. `ControlDirFormat`
 
27
  and `BzrDirFormat` should be used as the base class for new non-.bzr
 
28
  implementations.
 
29
 
 
30
  `BzrDirFormat.register_control_format` has been renamed to
 
31
  `ControlDirFormat.register_format`.
 
32
 
 
33
  `BzrDirFormat.register_server_control_format` has been removed.
 
34
 
 
35
  Probing for control directories is now done by separate objects derived
 
36
  from `bzrlib.controldir.Prober` and registered using
 
37
  `bzrlib.controldir.ControlDirFormat.register_prober` or
 
38
  `bzrlib.controldir.ControlDirFormat.register_server_prober`.
 
39
  `BzrDirFormat.probe_transport` has been moved onto `Prober`.
 
40
  (Jelmer Vernooij)
 
41
 
25
42
New Features
26
43
************
27
44