~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-02-10 19:29:25 UTC
  • mfrom: (3995.3.2 1.12)
  • mto: This revision was merged to the branch mainline in revision 3998.
  • Revision ID: john@arbash-meinel.com-20090210192925-6pexwm5u4w6k5vpv
Merge bzr.1.12rc1 back into bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
 
7
 
7
8
IN DEVELOPMENT
8
9
--------------
9
10
 
 
11
bzr 1.12rc1 "1234567890" 2009-02-10
 
12
-----------------------------------
 
13
 
 
14
This release of Bazaar contains many improvements to the speed and
 
15
functionality of ``bzr log`` and the display of logged revisions by ``bzr
 
16
status``.  bzr now also gives a better indication of progress, both in the
 
17
way operations are drawn onto a text terminal, and by showing the rate of
 
18
network IO.
 
19
 
10
20
  COMPATIBILITY BREAKS:
11
21
 
12
22
    * By default, ``bzr status`` after a merge now shows just the pending
31
41
 
32
42
  NEW FEATURES:
33
43
 
34
 
    * Add support for filtering `bzr missing` on revisions.  Remote revisions
35
 
      can be filtered using `bzr missing -r -20..-10` and local revisions can
36
 
      be filtered using `bzr missing --my-revision -20..-10`.
 
44
    * Add support for filtering ``bzr missing`` on revisions.  Remote revisions
 
45
      can be filtered using ``bzr missing -r -20..-10`` and local revisions can
 
46
      be filtered using ``bzr missing --my-revision -20..-10``.
37
47
      (Marius Kruger)
38
48
 
39
49
    * ``bzr log -p`` displays the patch diff for each revision.
152
162
 
153
163
    * ``ProgressBarStack`` is deprecated; instead use
154
164
      ``ui_factory.nested_progress_bar`` to create new progress bars.
 
165
      (Martin Pool)
155
166
 
156
167
    * ForeignVcsMapping() now requires a ForeignVcs object as first
157
168
      argument. (Jelmer Vernooij)
159
170
    * ForeignVcsMapping.show_foreign_revid() has been moved to
160
171
      ForeignVcs. (Jelmer Vernooij)
161
172
 
 
173
    * ``read_bundle_from_url`` is deprecated in favor of
 
174
      ``read_mergeable_from_url``.  (Vincent Ladeuil)
 
175
 
162
176
    * Revision specifiers are now registered in
163
177
      ``bzrlib.revisionspec.revspec_registry``, and the old list of 
164
178
      revisionspec classes (``bzrlib.revisionspec.SPEC_TYPES``) has been
168
182
      same but code that provides a new UI or progress bar class may
169
183
      need to be updated.  (Martin Pool)
170
184
 
171
 
  TESTING:
172
 
 
173
185
  INTERNALS:
174
186
 
175
187
    * Default User Interface (UI) is CLIUIFactory when bzr runs in a dumb