~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-30 18:19:18 UTC
  • mfrom: (2655.1.4 remove_extra_connect)
  • Revision ID: pqm@pqm.ubuntu.com-20070730181918-3i2gb12zxmvjwh3r
(John Arbash Meinel) remove a spurious get_master_branch() call, to avoid 1 extra remote connection

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
      the file starts with ``callgrind.out``. This matches the default file
100
100
      filtering done by KCacheGrind's Open Dialog. (Ian Clatworthy)
101
101
 
 
102
    * Fix ``bzr update`` to avoid an unnecessary
 
103
      ``branch.get_master_branch`` call, which avoids 1 extra connection
 
104
      to the remote server. (Partial fix for #128076, John Arbash Meinel)
 
105
      
 
106
 
102
107
  LIBRARY API BREAKS:
103
108
 
104
109
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.