Rev 5348: Deleted BundleSerializer.write() which was never properly deprecated but can't used anyway. in file:///home/vila/src/bzr/cleanup/deprecations/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Jul 15 13:53:01 BST 2010


At file:///home/vila/src/bzr/cleanup/deprecations/

------------------------------------------------------------
revno: 5348
revision-id: v.ladeuil+lp at free.fr-20100715125300-h53teg8goa8x6u9z
parent: v.ladeuil+lp at free.fr-20100715123732-3d41ur2zrficjso3
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: deprecations
timestamp: Thu 2010-07-15 14:53:00 +0200
message:
  Deleted BundleSerializer.write() which was never properly deprecated but can't used anyway.
-------------- next part --------------
=== modified file 'bzrlib/bundle/serializer/__init__.py'
--- a/bzrlib/bundle/serializer/__init__.py	2009-03-23 14:59:43 +0000
+++ b/bzrlib/bundle/serializer/__init__.py	2010-07-15 12:53:00 +0000
@@ -151,17 +151,6 @@
         """
         raise NotImplementedError
 
-    def write(self, source, revision_ids, forced_bases, f):
-        """Write the bundle to the supplied file.
-
-        DEPRECATED: see write_bundle
-        :param source: A source for revision information
-        :param revision_ids: The list of revision ids to serialize
-        :param forced_bases: A dict of revision -> base that overrides default
-        :param f: The file to output to
-        """
-        raise NotImplementedError
-
     def _write_bundle(self, repository, revision_id, base_revision_id, out):
         """Helper function for translating write_bundle to write"""
         forced_bases = {revision_id:base_revision_id}



More information about the bazaar-commits mailing list