~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-25 07:01:04 UTC
  • mfrom: (3302.1.5 show_log)
  • Revision ID: pqm@pqm.ubuntu.com-20080325070104-4k2nyfye5v0sublz
Optimize log --short/--line in the common case (abentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
  IMPROVEMENTS:
26
26
 
 
27
    * Diff is now more specific about execute-bit changes it describes
 
28
      (Chad Miller)
 
29
 
27
30
    * Fetching data over HTTP is a bit faster when urllib is used.  This is done
28
31
      by forcing it to recv 64k at a time when reading lines in HTTP headers,
29
32
      rather than just 1 byte at a time.  (Andrew Bennetts)
30
33
 
 
34
    * Log --short and --line are much faster when -r is not specified.
 
35
      (Aaron Bentley)
 
36
 
31
37
    * Merge is faster.  We no longer check a file's existence unnecessarily
32
38
      when merging the execute bit.  (Aaron Bentley)
33
39
 
34
 
    * Diff is now more specific about execute-bit changes it describes
35
 
      (Chad Miller)
36
 
 
37
40
  BUGFIXES:
38
41
 
39
42
    * ``bzr mv a b`` can be now used also to rename previously renamed