~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-05-25 17:20:51 UTC
  • mfrom: (1731 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: abentley@panoramicfeedback.com-20060525172051-0f7bca5bc11e4173
MergeĀ fromĀ dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
   * On Windows, detect terminal width using GetConsoleScreenBufferInfo.
11
11
     (Alexander Belchenko)
12
 
  
 
12
 
 
13
   * Speedup improvement for 'date:'-revision search. (Guillaume Pinot).
 
14
 
13
15
   * Show the correct number of revisions pushed when pushing a new branch.
14
16
     (Robert Collins).
15
17
 
18
20
     for the PQM status window. (Robert Collins).
19
21
 
20
22
   * 'bzr selftest --benchmark' will run a new benchmarking selftest.
 
23
     'bzr selftest --benchmark --lsprof-timed' will use lsprofile to generate
 
24
     profile data for the individual profiled calls, allowing for fine
 
25
     grained analysis of performance.
21
26
     (Robert Collins, Martin Pool).
22
27
 
23
28
   * 'bzr commit' shows a progress bar. This is useful for commits over sftp
29
34
     ignored). 'bzr add -v' is unchanged and will report every ignored
30
35
     file. (Robert Collins).
31
36
 
 
37
   * ftp now has a test server if medusa is installed. As part of testing,
 
38
     ftp support has been improved, including support for supplying a
 
39
     non-standard port. (John Arbash Meinel).
 
40
 
32
41
   * ``log --line`` shows the revision number.  (#5162, Alexander Belchenko)
33
42
 
34
43
  BUG FIXES:
43
52
      them to reduce the threshold where  N^2 behaviour occurs in operations
44
53
      like status. (Jan Hudec, Robert Collins).
45
54
 
 
55
    * 'bzr push' should only push the ancestry of the current revision, not
 
56
      all of the history in the repository. This is especially important for
 
57
      shared repositories. (John Arbash Meinel)
 
58
 
46
59
bzr 0.8.2  2006-05-17
47
60
  
48
61
  BUG FIXES: