/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

Merge benchmark framework.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
     pending-merge display.  (Robert Widhopf-Fenk, Gustavo Niemeyer)
8
8
     (Malone #3507)
9
9
 
10
 
   * On Windows, detect terminal widht using GetConsoleScreenBufferInfo.
 
10
   * On Windows, detect terminal width using GetConsoleScreenBufferInfo.
11
11
     (Alexander Belchenko)
12
12
  
13
 
     'bzr selftest' now shows a progress bar with the number of tests, and 
 
13
   * 'bzr selftest' now shows a progress bar with the number of tests, and 
14
14
     progress made. 'make check' shows tests in -v mode, to be more useful
15
15
     for the PQM status window. (Robert Collins).
16
16
 
17
 
   * Add info on standalone branches without a working tree.  (Olaf Conradi)
 
17
   * 'bzr selftest --benchmark' will run a new benchmarking selftest.
 
18
     (Robert Collins, Martin Pool).
18
19
 
19
20
   * 'bzr commit' shows a progress bar. This is useful for commits over sftp
20
21
     where commit can take an appreciable time. (Robert Collins)