~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-23 08:35:38 UTC
  • mfrom: (5176.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100423083538-2fokv22a7e596kmb
(vila) Warn if a config variable can't be interpreted as a boolean

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   :depth: 1
7
7
 
8
8
bzr 2.2b3
9
 
##########
 
9
#########
10
10
 
11
11
:2.2b3: NOT RELEASED YET
12
12
 
567
567
Improvements
568
568
************
569
569
 
 
570
* ``append_revisions_only`` will no be interpreted as a boolean and a
 
571
  warning emitted if illegal values are used. Note that for projects
 
572
  that needs to maintain compatibility with previsous bzr versions,
 
573
  only 'True' and 'False' strings must be used (previous versions of
 
574
  bzr will interpret all strings differing from 'True'
 
575
  (case-sensitive) as false.
 
576
  (Brian de Alwis, Vincent Ladeuil)
 
577
 
 
578
* ``Config.get_user_option_as_bool`` will now warn if a value cannot
 
579
  be interpreted as a boolean.
 
580
  (Vincent Ladeuil)
 
581
 
570
582
* Fetching into experimental formats will now print a warning. (Jelmer
571
583
  Vernooij)
572
584