~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2008-01-11 07:12:15 UTC
  • mfrom: (3172.4.1 more-find-ghosts)
  • mto: This revision was merged to the branch mainline in revision 3184.
  • Revision ID: robertc@robertcollins.net-20080111071215-n51r2omrs3e7216m
Merge more-find-ghosts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
     been made to remove the ambiguity where ``branch2`` is in fact a
15
15
     specific file to diff within ``branch1``.
16
16
 
 
17
   * Fetching via bzr+ssh will no longer fill ghosts by default (this is
 
18
     consistent with pack-0.92 fetching over SFTP). (Robert Collins)
 
19
 
17
20
  FEATURES:
18
21
 
19
22
   * New option to use custom template-based formats in  ``bzr version-info``.
149
152
   * Add -Dtimes debug flag, which records a timestamp against each mutter to
150
153
     the trace file, relative to the first mutter.  (Andrew Bennetts)
151
154
   
 
155
   * Fetching now passes the find_ghosts flag through to the 
 
156
     ``InterRepository.missing_revision_ids`` call consistently for all
 
157
     repository types. This will enable faster missing revision discovery with
 
158
     bzr+ssh. (Robert Collins)
 
159
 
152
160
   * find_* methods available for BzrDirs, Branches and WorkingTrees.
153
161
     (Aaron Bentley)
154
162