~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Neil Martinsen-Burrell
  • Date: 2009-03-09 19:55:18 UTC
  • mto: (4095.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 4140.
  • Revision ID: nmb@wartburg.edu-20090309195518-zgangfenh061dks3
Use a more informative message when an ignore pattern matches existing version controlled files.  Fixes #248895

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
  BUG FIXES:
87
87
 
 
88
    * ``bzr ignore`` gives a more informative message when existing
 
89
      version controlled files match the ignore pattern. (Neil
 
90
      Martinsen-Burrell, #248895)
 
91
 
88
92
    * ``bzr missing`` now uses ``Repository.get_revision_delta()`` rather
89
93
      than fetching trees and determining a delta itself. (Jelmer
90
94
      Vernooij, #315048)