~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-03-07 05:41:58 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070307054158-j7yh62s59nz3rqdy
Update NEWS and clean out BRANCH.TODO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  SURPRISES:
4
4
 
 
5
    * The default disk format has changed. Please run 'bzr upgrade' in your
 
6
      working trees to upgrade. This new default is compatible for network
 
7
      operations, but not for local operations. That is, if you have two
 
8
      versions of bzr installed locally, after upgrading you can only use the
 
9
      bzr 0.15 version. This new default does not enable tags or nested-trees
 
10
      as they are incompatible with bzr versions before 0.15 over the network.
 
11
 
5
12
    * For users of bzrlib: Two major changes have been made to the working tree
6
13
      api in bzrlib. The first is that many methods and attributes, including
7
14
      the inventory attribute, are no longer valid for use until one of
74
81
    * Builtin tags support, created and deleted by the ``tag`` command and
75
82
      stored in the branch.  Tags can be accessed with the revisionspec
76
83
      ``-rtag:``, and listed with ``bzr tags``.  Tags are not versioned 
77
 
      at present.  (Martin Pool)
 
84
      at present. Tags require a network incompatible upgrade. To perform this
 
85
      upgrade, run ``bzr upgrade --dirstate-with-subtree`` in your branch and
 
86
      repositories. (Martin Pool)
78
87
 
79
88
    * The bzr:// transport now has a well-known port number, 4155, which it will
80
89
      use by default.  (Andrew Bennetts, Martin Pool)
85
94
    * ``bzr resolve`` now detects and marks resolved text conflicts.
86
95
      (Aaron Bentley)
87
96
 
 
97
    * There is now initial support for managing a forest of trees in bzr,
 
98
      and splitting up existing trees into smaller subtrees, and finally
 
99
      joining trees to make a larger tree. This is the first iteration
 
100
      of this support. To enable the new ``join`` and ``split`` commands,
 
101
      please run ``bzr upgrade --dirstate-with-subtree`` in your working
 
102
      trees and repositories. (Aaron Bentley, Martin Pool, Robert Collins).
 
103
 
88
104
  INTERNALS:
89
105
 
90
106
    * Internally revision ids and file ids are now passed around as utf-8