~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-09-26 15:40:02 UTC
  • mto: This revision was merged to the branch mainline in revision 6178.
  • Revision ID: v.ladeuil+lp@free.fr-20110926154002-exguk3psfpc4b2uw
Allow config options to be overridden from the command line

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
.. New commands, options, etc that users may wish to try out.
22
22
 
 
23
* A new ``--override-config`` (``-O`` for short) standard option (common to
 
24
  all commands) have been added. It provides a value for a config option in
 
25
  the ``-Oname=value`` form that takes precedence over all definitions found
 
26
  in config files.  It can be used multiple times to override different
 
27
  options. (Vincent Ladeuil, #491196)
 
28
 
23
29
Improvements
24
30
************
25
31