Rev 5511: Fixed as per jam's review in file:///home/vila/src/bzr/experimental/config/

Vincent Ladeuil v.ladeuil+lp at free.fr
Sat Nov 6 16:52:42 GMT 2010


At file:///home/vila/src/bzr/experimental/config/

------------------------------------------------------------
revno: 5511
revision-id: v.ladeuil+lp at free.fr-20101106165242-qtti37ca6dby37si
parent: v.ladeuil+lp at free.fr-20101106153717-ejjlffsrztwherh7
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-active
timestamp: Sat 2010-11-06 17:52:42 +0100
message:
  Fixed as per jam's review
-------------- next part --------------
=== modified file 'doc/en/release-notes/bzr-2.3.txt'
--- a/doc/en/release-notes/bzr-2.3.txt	2010-11-06 15:37:17 +0000
+++ b/doc/en/release-notes/bzr-2.3.txt	2010-11-06 16:52:42 +0000
@@ -8,7 +8,6 @@
 bzr 2.3b4
 #########
 
-:Codename: Nirvana
 :2.3.b4: NOT RELEASED YET
 
 External Compatibility Breaks
@@ -27,6 +26,10 @@
 .. Improvements to existing commands, especially improved performance 
    or memory usage, or better results.
 
+* ``bzr config <option>`` will now display only the value itself so scripts
+  can use it to query the currently active conficguration. The ``--active``
+  option has been removed. (Vincent Ladeuil)
+
 Bug Fixes
 *********
 
@@ -75,11 +78,10 @@
   new or mirrored branch without working trees.
   (Matthew Gordon, #506730)
 
-* ``bzr config`` is a new command that displays the configuration options
-  for a given directory. It accepts a glob to match against multiple
-  options at once. It can also display the active value for a given option
-  for use in scripts. It can also be used to set or delete a configuration
-  option in any configuration file. (Vincent Ladeuil)
+* ``bzr config`` is a new command that displays the configuration options for
+  a given directory. It accepts a glob to match against multiple options at
+  once. It can also be used to set or delete a configuration option in any
+  configuration file. (Vincent Ladeuil)
 
 * New shortcut url schemes ``ubuntu:`` and ``debianlp:`` access source
   branches on Launchpad.  E.g. ``bzr branch ubuntu:foo`` gives you the source



More information about the bazaar-commits mailing list