~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-23 11:06:22 UTC
  • mfrom: (1704.2.28 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060523110622-5ad5c2bf9dee4fc5
(mbp) use bisect to find revisions by date

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
5
 
    * On Unix, detect terminal width using an ioctl not just $COLUMNS.
6
 
      Use terminal width for single-line logs from ``bzr log --line`` and
7
 
      pending-merge display.  (Robert Widhopf-Fenk, Gustavo Niemeyer)
8
 
      (Malone #3507)
9
 
 
10
 
    * On Windows, detect terminal widht using GetConsoleScreenBufferInfo.
11
 
      (Alexander Belchenko)
12
 
  
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 
17
 
      progress made. 'make check' shows tests in -v mode, to be more useful
18
 
      for the PQM status window. (Robert Collins).
19
 
 
20
 
    * 'bzr selftest --benchmark' will run a new benchmarking selftest.
21
 
      (Robert Collins, Martin Pool).
22
 
 
23
 
    * 'bzr commit' shows a progress bar. This is useful for commits over sftp
24
 
      where commit can take an appreciable time. (Robert Collins)
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
 
 
32
 
    * ftp now has a test server if medusa is installed. As part of testing,
33
 
      ftp support has been improved, including support for supplying a
34
 
      non-standard port. (John Arbash Meinel).
 
5
   * On Unix, detect terminal width using an ioctl not just $COLUMNS.
 
6
     Use terminal width for single-line logs from ``bzr log --line`` and
 
7
     pending-merge display.  (Robert Widhopf-Fenk, Gustavo Niemeyer)
 
8
     (Malone #3507)
 
9
 
 
10
   * On Windows, detect terminal width using GetConsoleScreenBufferInfo.
 
11
     (Alexander Belchenko)
 
12
 
 
13
   * Speedup improvement for 'date:'-revision search. (Guillaume Pinot).
 
14
 
 
15
   * Show the correct number of revisions pushed when pushing a new branch.
 
16
     (Robert Collins).
 
17
 
 
18
   * 'bzr selftest' now shows a progress bar with the number of tests, and 
 
19
     progress made. 'make check' shows tests in -v mode, to be more useful
 
20
     for the PQM status window. (Robert Collins).
 
21
 
 
22
   * 'bzr selftest --benchmark' will run a new benchmarking selftest.
 
23
     (Robert Collins, Martin Pool).
 
24
 
 
25
   * 'bzr commit' shows a progress bar. This is useful for commits over sftp
 
26
     where commit can take an appreciable time. (Robert Collins)
 
27
 
 
28
   * 'bzr add' is now less verbose in telling you what ignore globs were
 
29
     matched by files being ignored. Instead it just tells you how many 
 
30
     were ignored (because you might reasonably be expecting none to be
 
31
     ignored). 'bzr add -v' is unchanged and will report every ignored
 
32
     file. (Robert Collins).
 
33
 
 
34
   * ftp now has a test server if medusa is installed. As part of testing,
 
35
     ftp support has been improved, including support for supplying a
 
36
     non-standard port. (John Arbash Meinel).
35
37
 
36
38
   * ``log --line`` shows the revision number.  (#5162, Alexander Belchenko)
37
39