~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.5.txt

  • Committer: John Arbash Meinel
  • Date: 2010-02-10 17:52:08 UTC
  • mfrom: (5021 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5023.
  • Revision ID: john@arbash-meinel.com-20100210175208-bubuwav4uqigu291
Merge bzr.dev 5021 to resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*************************
2
 
What's New in Bazaar 2.5?
3
 
*************************
4
 
 
5
 
Bazaar 2.5 is still under development, and will be released in February 2012.
6
 
This document accumulates a high level summary of what's changed.  See the
7
 
:doc:`../release-notes/index` for a full list.
8
 
 
9
 
Users are encouraged to upgrade from the other stable series.  This
10
 
document outlines the improvements in Bazaar 2.5 vs Bazaar 2.4. As well as
11
 
summarizing improvements made to the core product, it highlights
12
 
enhancements within the broader Bazaar world of potential interest to
13
 
those upgrading.
14
 
 
15
 
Bazaar 2.5.0 is fully compatible both locally and on the network with 2.0,
16
 
2.1, 2.2, 2.3 and 2.4, and can read and write repositories generated by all
17
 
previous versions.
18
 
 
19
 
Overriding configuration options from the command line
20
 
******************************************************
21
 
 
22
 
The ``-O`` parameter available for all bzr commands allows a user to
23
 
override a configuration option from the command line. For example::
24
 
 
25
 
  bzr pull -v -Olog_format=line
26
 
 
27
 
will change the way the pulled revisions are displayed (the default log
28
 
format is ``long``). This a work in progress and only some options are
29
 
supported so far.
30
 
 
31
 
 
32
 
Further information
33
 
*******************
34
 
 
35
 
For more detailed information on the changes made, see the the
36
 
:doc:`../release-notes/index` for:
37
 
 
38
 
* the interim bzr `milestones <https://launchpad.net/bzr/2.5>`_
39
 
* the plugins you use.
40
 
 
41
 
For a summary of changes made in earlier releases, see:
42
 
 
43
 
* :doc:`whats-new-in-2.1`
44
 
* :doc:`whats-new-in-2.2`
45
 
* :doc:`whats-new-in-2.3`
46
 
* :doc:`whats-new-in-2.4`
47
 
 
48
 
..
49
 
   vim: tw=74 ft=rst ff=unix