~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

(vila) Allows ``log_format`` to be used with ``-O``. (Vincent Ladeuil)

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
 
19
32
Further information
20
33
*******************
21
34