~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-04 08:08:08 UTC
  • mfrom: (2568.2.10 add)
  • Revision ID: pqm@pqm.ubuntu.com-20070704080808-0ptk5p5yiwxjgnt7
(robertc) Overhaul smart_add to be an api on MutableTree allowing specialisation and reducing some cruft. (Robert Collins, Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
      These changes are an API break in the testing infrastructure only.
104
104
      (Robert Collins)
105
105
 
 
106
    * ``bzrlib.add.smart_add_tree`` will no longer perform glob expansion on
 
107
      win32. Callers of the function should do this and use the new
 
108
      ``MutableTree.smart_add`` method instead. (Robert Collins)
 
109
 
 
110
    * ``bzrlib.add.glob_expand_for_win32`` is now
 
111
      ``bzrlib.win32utils.glob_expand``.  (Robert Collins)
 
112
 
 
113
    * ``bzrlib.add.FastPath`` is now private and moved to 
 
114
      ``bzrlib.mutabletree._FastPath``. (Robert Collins, Martin Pool)
 
115
 
106
116
  INTERNALS:
107
117
 
108
118
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
111
121
      allows a nicer UI when hooks are running as the current hook can
112
122
      be displayed. (Robert Collins)
113
123
 
 
124
    * New method ``_maybe_expand_globs`` on the ``Command`` class for 
 
125
      dealing with unexpanded glob lists - e.g. on the win32 platform. This
 
126
      was moved from ``bzrlib.add._prepare_file_list``. (Robert Collins)
 
127
 
 
128
    * ``bzrlib.add.smart_add`` and ``bzrlib.add.smart_add_tree`` are now
 
129
      deprecated in favour of ``MutableTree.smart_add``. (Robert Collins,
 
130
      Martin Pool)
 
131
 
114
132
  TESTING:
115
133
 
116
134
    * Removed the ``--keep-output`` option from selftest and clean up test