~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: Vincent Ladeuil
  • Date: 2011-09-27 11:48:50 UTC
  • mto: This revision was merged to the branch mainline in revision 6173.
  • Revision ID: v.ladeuil+lp@free.fr-20110927114850-338r2mns0138klv0
Global options respect their hidden attribute

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
2.1, 2.2, 2.3 and 2.4, and can read and write repositories generated by all
17
17
previous versions.
18
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
19
Further information
33
20
*******************
34
21