~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-12 17:30:53 UTC
  • mfrom: (2338.3.1 hide-nested)
  • Revision ID: pqm@pqm.ubuntu.com-20070312173053-4cdb4cd14190d29e
Hide nested-tree commands and improve their docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
    * ``bzr resolve`` now detects and marks resolved text conflicts.
107
107
      (Aaron Bentley)
108
108
 
109
 
    * There is now initial support for managing a forest of trees in bzr,
110
 
      and splitting up existing trees into smaller subtrees, and finally
111
 
      joining trees to make a larger tree. This is the first iteration
112
 
      of this support. To enable the new ``join`` and ``split`` commands,
113
 
      please run ``bzr upgrade --dirstate-with-subtree`` in your working
114
 
      trees and repositories. (Aaron Bentley, Martin Pool, Robert Collins).
115
 
 
116
109
  INTERNALS:
117
110
 
118
111
    * Refactored SSH vendor registration into SSHVendorManager class.
181
174
      about what happened, rather than a scattering of various methods.  These
182
175
      are also passed to the post hooks.  (Martin Pool)
183
176
 
 
177
    * File formats and architecture is in place for managing a forest of trees
 
178
      in bzr, and splitting up existing trees into smaller subtrees, and
 
179
      finally joining trees to make a larger tree. This is the first iteration
 
180
      of this support, and the user-facing aspects still require substantial
 
181
      work.  If you wish to experiment with it, use ``bzr upgrade
 
182
      --dirstate-with-subtree`` in your working trees and repositories.
 
183
      You can use the hidden commands ``split`` and ``join`` and to create
 
184
      and manipulate nested trees, but please consider using the nested-trees
 
185
      branch, which contains substantial UI improvements, instead.
 
186
      http://code.aaronbentley.com/bzr/bzrrepo/nested-trees/
 
187
      (Aaron Bentley, Martin Pool, Robert Collins).
 
188
 
184
189
  BUGFIXES:
185
190
 
186
191
    * ``bzr annotate`` now uses dotted revnos from the viewpoint of the