~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-06-06 08:09:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1799.
  • Revision ID: mbp@sourcefrog.net-20060606080909-f7c9ea6defe2e751
Remove Scratch objects used by doctests

Some old doctests rely on special Scratch object which clean up
temporary directory when they're deleted.  This is a bit undesirable
because deletion is not predictable and the classes aren't used enough
to be worthwhile.

 * Remove ScratchBranch, ScratchDir, ScratchTransport, etc
 * Remove old doctests or convert to unittests
 * Incidental cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    * bzrlib.delta.compare_trees now iterates in alphabetically sorted order,
60
60
      rather than randomly walking the inventories. (John Arbash Meinel)
61
61
 
 
62
  TESTING:
 
63
 
 
64
    * Doctests are now run in temporary directories which are cleaned up when
 
65
      they finish, rather than using special ScratchDir/ScratchBranch objects.
 
66
      (Martin Pool)
 
67
 
62
68
bzr 0.8.2  2006-05-17
63
69
  
64
70
  BUG FIXES: