~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-09-07 08:46:18 UTC
  • mto: (1991.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1992.
  • Revision ID: robertc@robertcollins.net-20060907084618-fae5efc1ca3c108d
When an entire subtree has been deleted, commit will now report that
just the top of the subtree has been deleted, rather than reporting
all the individual items. (Robert Collins)

Commit performs one less XML parse. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * When an entire subtree has been deleted, commit will now report that
 
6
      just the top of the subtree has been deleted, rather than reporting
 
7
      all the individual items. (Robert Collins)
 
8
 
 
9
    * Commit performs one less XML parse. (Robert Collins)
 
10
 
5
11
  BUG FIXES:
6
12
 
7
13
    * Handle boundary="" lines properly to allow access through a Squid proxy.