~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-07-02 22:36:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2581.
  • Revision ID: robertc@robertcollins.net-20070702223611-50tnzmbeoryqid75
* New method ``_glob_expand_file_list_if_needed`` on the ``Command`` class
  for dealing with unexpanded glob lists - e.g. on the win32 platform. This
  was moved from ``bzrlib.add._prepare_file_list``. (Robert Collins)

* ``bzrlib.add.smart_add_tree`` will no longer perform glob expansion on
  win32. Callers of the function should do this. (Robert Collins)

* ``bzrlib.add.glob_expand_for_win32`` is now
  ``bzrlib.win32utils.glob_expand``.  (Robert Collins)

* ``bzrlib.smart_add`` is deprecated. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
      These changes are an API break in the testing infrastructure only.
83
83
      (Robert Collins)
84
84
 
 
85
    * ``bzrlib.add.smart_add_tree`` will no longer perform glob expansion on
 
86
      win32. Callers of the function should do this. (Robert Collins)
 
87
 
 
88
    * ``bzrlib.add.glob_expand_for_win32`` is now
 
89
      ``bzrlib.win32utils.glob_expand``.  (Robert Collins)
 
90
 
 
91
    * ``bzrlib.smart_add`` is deprecated. (Robert Collins)
 
92
 
85
93
  INTERNALS:
86
94
 
87
95
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
90
98
      allows a nicer UI when hooks are running as the current hook can
91
99
      be displayed. (Robert Collins)
92
100
 
 
101
    * New method ``_glob_expand_file_list_if_needed`` on the ``Command`` class
 
102
      for dealing with unexpanded glob lists - e.g. on the win32 platform. This
 
103
      was moved from ``bzrlib.add._prepare_file_list``. (Robert Collins)
 
104
 
93
105
  TESTING:
94
106
 
95
107
    * Removed the ``--keep-output`` option from selftest and clean up test