~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-22 09:50:13 UTC
  • mfrom: (3446.1.1 controlfiles)
  • Revision ID: pqm@pqm.ubuntu.com-20080522095013-rhu6mkle55wxip12
(mbp) LockableFiles deprecations and cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
7
 
 
8
7
IN DEVELOPMENT
9
8
--------------
10
9
 
86
85
 
87
86
  API CHANGES:
88
87
 
 
88
    * ``Branch.abspath`` is deprecated; use the Tree or Transport 
 
89
      instead.  (Martin Pool)
 
90
 
 
91
    * Branch, Repository, Tree and BzrDir should expose a Transport as an
 
92
      attribute if they have one, rather than having it indirectly accessible
 
93
      as ``.control_files._transport``.  This doesn't add a requirement
 
94
      to support a Transport in cases where it was not needed before;
 
95
      it just simplifies the way it is reached.  (Martin Pool)
 
96
 
89
97
    * ``bzr missing --mine-only`` will return status code 0 if you have no
90
98
      new revisions, but the remote does. Similarly for ``--theirs-only``.
91
99
      The new code only checks one side, so it doesn't know if the other
93
101
      It also changes the output to print '[This|Other] branch is up to
94
102
      date.' rather than displaying nothing.  (John Arbash Meinel)
95
103
 
 
104
    * ``LockableFiles.put_utf8``, ``put_bytes`` and ``controlfilename``
 
105
      are now deprecated in favor of using Transport operations.
 
106
      (Martin Pool)
 
107
 
96
108
    * Many methods on ``VersionedFile``, ``Repository`` and in
97
109
      ``bzrlib.revision``  deprecated before bzrlib 1.5 have been removed.
98
110
      (Robert Collins)
114
126
      insert_record_stream are meant to efficiently replace this method.
115
127
      (Robert Collins)
116
128
 
 
129
    * ``WorkingTreeFormat2.stub_initialize_remote`` is now private.
 
130
      (Martin Pool) 
 
131
 
117
132
 
118
133
bzr 1.5 2008-05-16
119
134
------------------
295
310
      Repository.item_keys_introduced_by() no longer take read locks.
296
311
      (Aaron Bentley)
297
312
 
298
 
    * ``LockableFiles.get_utf8`` is deprecated, as a start towards 
299
 
      removing LockableFiles and ``.control_files`` entirely.
 
313
    * ``LockableFiles.get_utf8`` and ``.get`` are deprecated, as a start
 
314
      towards removing LockableFiles and ``.control_files`` entirely.
300
315
      (Martin Pool)
301
316
 
302
317
    * Methods deprecated prior to 1.1 have been removed.