~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Daniel Watkins
  • Date: 2007-08-01 18:26:48 UTC
  • mto: (2685.1.1 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 2686.
  • Revision ID: d.m.watkins@warwick.ac.uk-20070801182648-x2l0w5p43ihajm8p
The cache of ignore definitions is now cleared in WorkingTree.unlock() so that changes to .bzrignore aren't missed, fixing bug #129694.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    * Fix ``bzr update`` to avoid an unnecessary
104
104
      ``branch.get_master_branch`` call, which avoids 1 extra connection
105
105
      to the remote server. (Partial fix for #128076, John Arbash Meinel)
106
 
      
 
106
 
 
107
    * The cache of ignore definitions is now cleared in WorkingTree.unlock()
 
108
      so that changes to .bzrignore aren't missed. (#129694, Daniel Watkins)
107
109
 
108
110
  LIBRARY API BREAKS:
109
111