~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-07-03 02:33:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2581.
  • Revision ID: robertc@robertcollins.net-20070703023332-jz0qdt2dwhzjuhlc
* ``bzrlib.add.smart_add`` and ``bzrlib.add.smart_add_tree`` are now
  deprecated in favour of ``MutableTree.smart_add``. (Robert Collins,
  Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
      (Robert Collins)
84
84
 
85
85
    * ``bzrlib.add.smart_add_tree`` will no longer perform glob expansion on
86
 
      win32. Callers of the function should do this. (Robert Collins)
 
86
      win32. Callers of the function should do this and use the new
 
87
      ``MutableTree.smart_add`` method instead.(Robert Collins)
87
88
 
88
89
    * ``bzrlib.add.glob_expand_for_win32`` is now
89
90
      ``bzrlib.win32utils.glob_expand``.  (Robert Collins)
90
91
 
91
 
    * ``bzrlib.smart_add`` is deprecated. (Robert Collins)
92
 
 
93
92
  INTERNALS:
94
93
 
95
94
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
102
101
      for dealing with unexpanded glob lists - e.g. on the win32 platform. This
103
102
      was moved from ``bzrlib.add._prepare_file_list``. (Robert Collins)
104
103
 
 
104
    * ``bzrlib.add.smart_add`` and ``bzrlib.add.smart_add_tree`` are now
 
105
      deprecated in favour of ``MutableTree.smart_add``. (Robert Collins,
 
106
      Martin Pool)
 
107
 
105
108
  TESTING:
106
109
 
107
110
    * Removed the ``--keep-output`` option from selftest and clean up test