~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2007-12-04 05:49:37 UTC
  • mto: (3118.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3119.
  • Revision ID: ian.clatworthy@internode.on.net-20071204054937-6v169ypv0lclbyuj
Improved diff based on feedback from abentley

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
IN DEVELOPMENT
8
8
==============
9
9
 
 
10
  NOTES WHEN UPGRADING:
 
11
 
 
12
   * The syntax ``bzr diff branch1 branch2`` is no longer supported.
 
13
     Use ``bzr diff branch1 --new branch2`` instead. This change has
 
14
     been made to remove the ambiguity where ``branch2`` is in fact a
 
15
     specific file to diff within ``branch1``.
 
16
 
10
17
  IMPROVEMENTS:
11
18
 
12
19
   * ``bzr commit`` now doesn't print the revision number twice. (Matt
15
22
   * Support logging single merge revisions with short and line log formatters.
16
23
     (Kent Gibson)
17
24
 
 
25
   * ``bzr diff`` now works on branches without working trees. Tree-less
 
26
     branches can also be compared to each other and to working trees using
 
27
     the new diff options ``--old`` and ``--new``. Diffing between branches,
 
28
     with or without trees, now supports specific file filtering as well.
 
29
     (Ian Clatworthy, #6700)
 
30
 
18
31
  INTERNALS:
19
32
 
20
33
    * New -Dhttp debug option reports http connections, requests and responses.