~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-05-31 21:08:33 UTC
  • mfrom: (2485.3.14 dirstate_optim_2)
  • Revision ID: pqm@pqm.ubuntu.com-20070531210833-8ptk86ocu822hjd5
(John Arbash Meinel, r=robert) Tweak _iter_changes and update_entry to make bzr status and bzr diff much faster

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
      the root of the source tree and allows HACKING to be split into multiple
60
60
      files. (Robert Collins, Alexander Belchenko)
61
61
 
 
62
    * Clean up the ``WorkingTree4._iter_changes()`` internal loops as well as
 
63
      ``DirState.update_entry()``. This optimizes the core logic for ``bzr
 
64
      diff`` and ``bzr status`` significantly improving the speed of
 
65
      both. (John Arbash Meinel)
 
66
 
62
67
bzr 0.16rc2  2007-04-30
63
68
 
64
69
  BUGFIXES: