~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-09-28 00:50:33 UTC
  • mto: (2592.3.161 repository)
  • mto: This revision was merged to the branch mainline in revision 2872.
  • Revision ID: robertc@robertcollins.net-20070928005033-k2aj7takjzzfo3vn
* New class ``bzrlib.errors.InternalBzrError`` which is just a convenient
  shorthand for deriving from BzrError and setting internal_error = True.
  (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
      put by the method call, to allow avoiding stat-after-write or
137
137
      housekeeping in callers. (Robert Collins)
138
138
 
 
139
   * New class ``bzrlib.errors.InternalBzrError`` which is just a convenient
 
140
     shorthand for deriving from BzrError and setting internal_error = True.
 
141
     (Robert Collins)
 
142
 
139
143
   * New method ``bzrlib.osutils.minimum_path_selection`` useful for removing
140
144
     duplication from user input, when a user mentions both a path and an item
141
145
     contained within that path. (Robert Collins)