~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2007-10-25 06:17:57 UTC
  • mto: (2940.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2941.
  • Revision ID: ian.clatworthy@internode.on.net-20071025061757-mak2y7k5u0qgffkj
more review feedback from lifeless and poolie

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
  FEATURES:
32
32
 
33
 
   * New ``knitpack-experimental`` directory format. This is compatible with
34
 
     the dirstate-tags format but uses a smarter storage design that greatly
35
 
     speeds up many operations, both local and remote. (Robert Collins)
 
33
   * New ``knitpack-experimental`` repository format. This is interoperable with
 
34
     the ``dirstate-tags`` format but uses a smarter storage design that greatly
 
35
     speeds up many operations, both local and remote. This new format can be
 
36
     used as an option to the ``init``, ``init-repository`` and ``upgrade``
 
37
     commands. See http://doc.bazaar-vcs.org/latest/developers/knitpack.html
 
38
     for further details. (Robert Collins)
 
39
 
 
40
   * For users of bzr-svn (and those testing the prototype subtree support) that
 
41
     wish to try packs, a new ``knitpack-subtree-experimental`` format has also
 
42
     been added. This is interoperable with the ``dirstate-subtrees`` format.
 
43
     (Robert Collins)
36
44
 
37
45
   * New ``reconfigure`` command. (Aaron Bentley)
38
46
 
94
102
   * Show encodings, locale and list of plugins in the traceback message.
95
103
     (Martin Pool, #63894)
96
104
 
97
 
   * Experimental directory formats can now be clearly marked as such.
98
 
     (Ian Clatworthy)
 
105
   * Experimental directory formats can now be marked with
 
106
     ``experimental = True`` during registration. (Ian Clatworthy)
99
107
 
100
108
  DOCUMENTATION:
101
109