~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2007-07-13 06:54:36 UTC
  • mto: (2647.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2648.
  • Revision ID: ian.clatworthy@internode.on.net-20070713065436-5faa0xi6phxxvq1x
Fix NEWS to reflect merge into 0.19 instead of 0.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      read from the repository, such as a 1s => 0.75s improvement in
24
24
      ``bzr diff`` when there are changes to be shown.  (John Arbash Meinel)
25
25
 
 
26
    * Commit now only shows the progress in terms of directories instead of
 
27
      entries. (Ian Clatworthy)
 
28
 
26
29
  LIBRARY API BREAKS:
27
30
 
28
31
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.
125
128
    * Progress reporting in ``commit`` has been improved. The various logical
126
129
      stages are now reported on as follows, namely:
127
130
 
128
 
      * Collecting changes [Directory x] - Stage n/m
 
131
      * Collecting changes [Entry x/y] - Stage n/m
129
132
      * Saving data locally - Stage n/m
130
133
      * Uploading data to master branch - Stage n/m
131
134
      * Updating the working tree - Stage n/m