~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-09-07 22:50:55 UTC
  • mfrom: (1988.2.6 add wt.unversion)
  • mto: This revision was merged to the branch mainline in revision 1992.
  • Revision ID: robertc@robertcollins.net-20060907225055-1651b407b395fd48
Merge comit performance improvement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
      adding new files, ``bzr commit`` on a new kernel-like tree drops from 50s
11
11
      down to 40s (John Arbash Meinel, #44692)
12
12
 
 
13
    * When an entire subtree has been deleted, commit will now report that
 
14
      just the top of the subtree has been deleted, rather than reporting
 
15
      all the individual items. (Robert Collins)
 
16
 
 
17
    * Commit performs one less XML parse. (Robert Collins)
 
18
 
13
19
  BUG FIXES:
14
20
 
15
21
    * Handle boundary="" lines properly to allow access through a Squid proxy.
64
70
      NoSuchFile and forcing the caller to repeat their request.
65
71
      (John Arbash Meinel)
66
72
 
 
73
    * WorkingTree has a new api ``unversion`` which allow the unversioning of
 
74
      entries by their file id. (Robert Collins)
 
75
 
67
76
bzr 0.10.0RC1  2006-08-28
68
77
  
69
78
  IMPROVEMENTS: