~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-09 04:32:41 UTC
  • mfrom: (5414.1.1 deprecation)
  • Revision ID: pqm@pqm.ubuntu.com-20100909043241-7ya6s3ghs5c1ijxk
(mbp) Deprecate casting PushResult and PullResult to int to get the relative
 revno change (Martin Pool)

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)