~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(John Arbash Meinel) Make get_revision_graph() ask the versioned file, fix a performance bug in VF.get_graph([revision_id])

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    * Commit now only shows the progress in terms of directories instead of
84
84
      entries. (Ian Clatworthy)
85
85
 
 
86
    * Fix ``KnitRepository.get_revision_graph`` to not request the graph 2
 
87
      times. This makes ``get_revision_graph`` 2x faster. (John Arbash
 
88
      Meinel)
 
89
 
 
90
    * Fix ``VersionedFile.get_graph()`` to avoid using
 
91
      ``set.difference_update(other)``, which has bad scaling when
 
92
      ``other`` is large. This improves ``VF.get_graph([version_id])`` for
 
93
      a 12.5k graph from 2.9s down to 200ms. (John Arbash Meinel)
 
94
 
86
95
  LIBRARY API BREAKS:
87
96
 
88
97
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.