~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-07-04 01:39:50 UTC
  • mto: This revision was merged to the branch mainline in revision 2581.
  • Revision ID: robertc@robertcollins.net-20070704013950-7pp23plwyqjvgkxg
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
      allows a nicer UI when hooks are running as the current hook can
101
101
      be displayed. (Robert Collins)
102
102
 
103
 
    * New method ``_glob_expand_file_list_if_needed`` on the ``Command`` class
104
 
      for dealing with unexpanded glob lists - e.g. on the win32 platform. This
 
103
    * New method ``_maybe_expand_globs`` on the ``Command`` class for 
 
104
      dealing with unexpanded glob lists - e.g. on the win32 platform. This
105
105
      was moved from ``bzrlib.add._prepare_file_list``. (Robert Collins)
106
106
 
107
107
    * ``bzrlib.add.smart_add`` and ``bzrlib.add.smart_add_tree`` are now