~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-19 06:01:01 UTC
  • Revision ID: robertc@robertcollins.net-20051019060101-1f62d4fb1a5f59dc
WorkingTree.__del__ has been removed.

It was non deterministic and not doing what it was intended 
to. See WorkingTree.__init__ for a comment about future directions.
(Robert Collins/Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
      missing on EmptyTree, leading to a bug with merge on EmptyTrees.
118
118
      (Robert Collins)
119
119
 
 
120
    * WorkingTree.__del__ has been removed, it was non deterministic and not 
 
121
      doing what it was intended to. See WorkingTree.__init__ for a comment
 
122
      about future directions. (Robert Collins/Martin Pool)
 
123
 
120
124
  BUG FIXES:
121
125
 
122
126
    * Better handling of branches in directories with non-ascii names.