~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-04-14 02:35:07 UTC
  • mto: This revision was merged to the branch mainline in revision 4291.
  • Revision ID: robertc@robertcollins.net-20090414023507-935t0u7ab2rt7kfk
Add support for a RemoteBzrDirConfig to support optimising push operations which need to look for default stacking locations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
Internals
51
51
*********
52
52
 
 
53
* ``bzrlib.bzrdir.BzrDir._get_config`` now returns a ``TransportConfig``
 
54
  or similar when the dir supports configuration settings. The base class
 
55
  defaults to None. (Robert Collins)
 
56
 
53
57
* ``bzrlib.tests.ExtendedTestResult`` has new methods ``startTests``
54
58
  called before the first test is started, ``done`` called after the last
55
59
  test completes, and a new parameter ``strict``. (Robert Collins)