~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-05-18 12:42:12 UTC
  • mto: (1714.1.2 integration)
  • mto: This revision was merged to the branch mainline in revision 1716.
  • Revision ID: robertc@robertcollins.net-20060518124212-ac84beb57877e18c
Combine the ignore rules into a single regex rather than looping over them
to avoid N^2 behaviour in operations like status. (Jan Hudec, Robert
Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
      tests not to run.  (#32587, Erik Bågfors, Michael Ellerman, 
36
36
      Martin Pool)
37
37
 
 
38
  INTERNALS:
 
39
 
 
40
    * Combine the ignore rules into a single regex rather than looping over
 
41
      them to avoid N^2 behaviour in operations like status. (Jan Hudec,
 
42
      Robert Collins).
 
43
 
38
44
bzr 0.8.2  2006-05-17
39
45
  
40
46
  BUG FIXES: