~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-07 20:01:09 UTC
  • mfrom: (1551.15.82 Aaron's integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070807200109-d25wg4bqp97uo9d5
Fix KeyError in Graph.filter_candidate_lca corner case

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    * allow ``easy_install bzr`` runs without fatal errors. 
39
39
      (Alexander Belchenko, #125521)
40
40
 
 
41
    * Graph._filter_candidate_lca does not raise KeyError if a candidate
 
42
      is eliminated just before it would normally be examined.  (Aaron Bentley)
 
43
 
41
44
  IMPROVEMENTS:
42
45
 
43
46
    * Don't show "dots" progress indicators when run non-interactively, such