~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-12-18 04:15:34 UTC
  • mto: This revision was merged to the branch mainline in revision 3130.
  • Revision ID: aaron.bentley@utoronto.ca-20071218041534-w9spqi20zck44bvd
Diff sorts files in alphabetical order

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,