~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-01 12:53:09 UTC
  • mfrom: (4988.6.2 private-serialise-inv)
  • Revision ID: pqm@pqm.ubuntu.com-20100201125309-4nitvjqjlp05b7vt
(Jelmer) Make Repository.serialise_inventory private.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
API Changes
35
35
***********
36
36
 
 
37
* ``Repository.deserialise_inventory`` has been renamed to 
 
38
  ``Repository._deserialise_inventory`` to indicate it is private.
 
39
  (Jelmer Vernooij)
 
40
 
37
41
* ``Repository.get_inventory_xml`` has been renamed to 
38
42
  ``Repository._get_inventory_xml`` to indicate it is private. 
39
43
  (Jelmer Vernooij)
40
44
 
41
 
* ``Repository.deserialise_inventory`` has been renamed to 
42
 
  ``Repository._deserialise_inventory`` to indicate it is private.
43
 
  (Jelmer Vernooij)
 
45
* ``Repository.serialise_inventory`` has been renamed to 
 
46
  ``Repository._serialise_inventory`` to indicate it is private.
44
47
 
45
48
Internals
46
49
*********