~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-18 08:53:27 UTC
  • mfrom: (1713.1.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060518085327-89822346d9321aba
Merge benchmark selftests(Robert Collins, Martin Pool), bzr add chattiness(Robert Collins), and bzr push revision count reporting improvements(Robert Collins).

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
   * Show the correct number of revisions pushed when pushing a new branch.
 
14
     (Robert Collins).
 
15
 
 
16
   * 'bzr selftest' now shows a progress bar with the number of tests, and 
14
17
     progress made. 'make check' shows tests in -v mode, to be more useful
15
18
     for the PQM status window. (Robert Collins).
16
19
 
17
 
   * Add info on standalone branches without a working tree.  (Olaf Conradi)
 
20
   * 'bzr selftest --benchmark' will run a new benchmarking selftest.
 
21
     (Robert Collins, Martin Pool).
18
22
 
19
23
   * 'bzr commit' shows a progress bar. This is useful for commits over sftp
20
24
     where commit can take an appreciable time. (Robert Collins)
21
25
 
 
26
   * 'bzr add' is now less verbose in telling you what ignore globs were
 
27
     matched by files being ignored. Instead it just tells you how many 
 
28
     were ignored (because you might reasonably be expecting none to be
 
29
     ignored). 'bzr add -v' is unchanged and will report every ignored
 
30
     file. (Robert Collins).
 
31
 
22
32
  BUG FIXES:
23
33
 
24
34
    * Fix shadowed definition of TestLocationConfig that caused some