~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-04-18 17:54:34 UTC
  • mto: This revision was merged to the branch mainline in revision 3376.
  • Revision ID: john@arbash-meinel.com-20080418175434-t91cnuokuwovt1s6
Fix bug #209948, properly skip over ghosts when displaying the changes for a single file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    * Avoid muttering every time a child update does not cause a progress bar
27
27
      update. (John Arbash Meinel, #213771)
28
28
 
 
29
    * When logging the changes to a particular file, there was a bug if there
 
30
      were ghosts in the revision ancestry. (John Arbash Meinel, #209948)
 
31
 
29
32
    * Severe performance degradation in fetching from knit repositories to
30
33
      knits and packs due to parsing the entire revisions.kndx on every graph
31
34
      walk iteration fixed by using the Repository.get_graph API.  There was