~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-27 07:35:19 UTC
  • mfrom: (3709.5.10 smart-push-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081027073519-qy22jw3pt00k4u2w
Reduce round-trips when pushing to an existing repo by using the
        get_parent_map RPC more,
        and batching calls to it in _walk_to_common_revisions. (Andrew
        Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      btree index repositories, this can save 25% of the index size
24
24
      (mostly in the text indexes). (John Arbash Meinel)
25
25
 
 
26
    * ``bzr push`` to an existing branch or repository on a smart server
 
27
      is faster, due to Bazaar making more use of the ``get_parent_map``
 
28
      RPC when querying the remote branch's revision graph.
 
29
      (Andrew Bennetts)
 
30
 
26
31
    * default username for bzr+ssh and sftp can be configured in
27
32
      authentication.conf. (Aaron Bentley)
28
33