~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-04-16 14:44:53 UTC
  • mto: This revision was merged to the branch mainline in revision 3370.
  • Revision ID: john@arbash-meinel.com-20080416144453-ygnhktfu94sposlw
Fix bug #213771, just remove the unnecessary mutter() call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
  BUGFIXES:
25
25
 
 
26
    * Avoid muttering every time a child update does not cause a progress bar
 
27
      update. (John Arbash Meinel, #213771)
 
28
 
26
29
    * Severe performance degradation in fetching from knit repositories to
27
30
      packs due to parsing the entire revisions.kndx on every graph walk
28
31
      iteration fixed by using the Repository.get_graph API. (Robert Collins)