~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-09-09 00:32:58 UTC
  • mfrom: (5348.1.2 deprecation)
  • mto: This revision was merged to the branch mainline in revision 5415.
  • Revision ID: mbp@sourcefrog.net-20100909003258-ioyugglvmu32yvff
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
  have the configuration file immediately written to disk. 
232
232
  (Vincent Ladeuil)
233
233
 
 
234
* Deprecate treating a `PushResult` and `PullResult` as an integer for the
 
235
  relative change in revno.
 
236
  (Martin Pool)
 
237
  `
234
238
* ``IniBaseConfig`` objects should now use the ``from_string`` constructor
235
239
  the rather than the ``file`` parameter of the ``_get_parser`` method. The
236
240
  later has been deprecated. (Vincent Ladeuil)