~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-24 09:53:04 UTC
  • mfrom: (4032.3.6 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090224095304-uk12twrtk4u1mkd1
(robertc) Use a HPSS verb to create Branch objects on bzr:// servers.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
  INTERNALS:
83
83
 
 
84
    * Branch and Repository creation on a bzr+ssh://server are now done
 
85
      via RPC calls rather than VFS calls, reducing round trips for
 
86
      pushing new branches substantially. (Robert Collins)
 
87
 
 
88
    * ``BzrDirFormat.__str__`` now uses the human readable description
 
89
      rather than the sometimes-absent disk label. (Robert Collins)
 
90
 
84
91
    * ``bzrlib.fetch`` is now composed of a sender and a sink component
85
92
      allowing for decoupling over a network connection. Fetching into
86
93
      a RemoteRepository uses this to stream the operation.
92
99
    * ``bzrlib.tests.run_suite`` accepts a runner_class parameter
93
100
      supporting the use of different runners. (Robert Collins)
94
101
 
95
 
    * Creating a repository on a bzr+ssh:// server will now make a single
96
 
      call rather than many VFS calls. (Robert Collins)
97
 
 
98
102
    * New hook Commands['extend_command'] to allow plugins to access a
99
103
      command object before the command is run (or help generated from
100
104
      it), without overriding the command. (Robert Collins)
101
105
 
 
106
    * ``RemoteBranchFormat`` no longer claims to have a disk format string.
 
107
      (Robert Collins)
 
108
 
102
109
    * ``Repository`` objects now have ``suspend_write_group`` and
103
110
      ``resume_write_group`` methods.  These are currently only useful
104
111
      with pack repositories. (Andrew Bennetts, Robert Collins)