~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2010-08-23 16:57:52 UTC
  • mto: (5394.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5395.
  • Revision ID: v.ladeuil+lp@free.fr-20100823165752-uu7kdj3p69nn7q7z
Implement _save for LockableConfig too.

* bzrlib/tests/test_config.py:
More simplifications.

* bzrlib/config.py:
(LockableConfig.__init__): Needs to override the IniConfig _save
handling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
API Changes
146
146
***********
147
147
 
148
 
* Configuration files should now use the ``from_bytes`` constructor the
149
 
  rather than the ``file`` parameter of the ``_get_parser`` method. The
150
 
  later has been deprecated. ``from_bytes`` also accept a ``save=True``
151
 
  parameter to have the configuration file immediately written to
152
 
  disk. (Vincent Ladeuil)
 
148
* Configuration files should now use the ``_content`` parameter in the
 
149
  constructor rather than the ``file`` parameter of the ``_get_parser``
 
150
  method. The later has been deprecated. They can also specify
 
151
  ``_save=True`` at build time to have the configuration file immediately
 
152
  written to disk. (Vincent Ladeuil)
 
153
 
153
154
 
154
155
* InventoryEntry instances now raise AttributeError if you try to assign
155
156
  to attributes that are irrelevant to that kind of entry.  e.g. setting