~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-19 21:17:25 UTC
  • mfrom: (3123.4.3 no-inventory2)
  • Revision ID: pqm@pqm.ubuntu.com-20071219211725-mgnpnt2keboqflwi
Sort diff results alphabetically

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
  IMPROVEMENTS:
23
23
 
 
24
   * ``bzr diff`` now sorts files in alphabetical order.  (Aaron Bentley)
 
25
 
24
26
   * ``bzr diff`` now works on branches without working trees. Tree-less
25
27
     branches can also be compared to each other and to working trees using
26
28
     the new diff options ``--old`` and ``--new``. Diffing between branches,