~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-28 04:14:35 UTC
  • mfrom: (2871.1.1 commit-builder)
  • Revision ID: pqm@pqm.ubuntu.com-20070928041435-uls0r9txks111272
(robertc) Add bzrlib.errors.InternalBzrError. (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)