~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-19 14:45:40 UTC
  • mfrom: (5725.1.4 log-wide-lines)
  • Revision ID: pqm@pqm.ubuntu.com-20110519144540-rdtq66i05j07d8sb
(mbp) In log output,
 allow the author field width to grow as the line gets longer. (Neil
 Martinsen-Burrell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  more efficiently.  For a simple branch it reduces the number of
44
44
  round-trips by about 20%.  (Andrew Bennetts)
45
45
 
 
46
* ``bzr log --line`` scales the width of the author field with the size of
 
47
  the line.  This means that the full author name is shown when the
 
48
  environment variable BZR_COLUMNS=0.  (Neil Martinsen-Burrell)
 
49
 
46
50
* ``bzr pull`` now properly triggers the fast
47
51
  ``CHKInventory.iter_changes`` rather than the slow generic
48
52
  inter-Inventory changes. It used to use a ``DirStateRevisionTree`` as