~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-26 03:15:58 UTC
  • mfrom: (4050.1.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090226031558-1ubr618vdn4r5f07
(robertc) Fix race condition with branch hooks during cloning when
        the new branch is stacked. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
      via RPC calls rather than VFS calls, reducing round trips for
94
94
      pushing new branches substantially. (Robert Collins)
95
95
 
 
96
    * ``Branch.clone`` now takes the ``repository_policy`` formerly used
 
97
      inside ``BzrDir.clone_on_transport``, allowing stacking to be
 
98
      configured before the branch tags and revision tip are set. This
 
99
      fixes a race condition cloning stacked branches that would cause
 
100
      plugins to have hooks called on non-stacked instances.
 
101
      (Robert Collins, #334187)
 
102
 
96
103
    * ``BzrDirFormat.__str__`` now uses the human readable description
97
104
      rather than the sometimes-absent disk label. (Robert Collins)
98
105