~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/weave.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-24 01:08:12 UTC
  • mfrom: (3948.3.9 deprecation)
  • Revision ID: pqm@pqm.ubuntu.com-20090324010812-lrfx6zoeu7q0fftv
(mbp) remove code deprecated up to 1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
972
972
        super(WeaveFile, self).insert_record_stream(stream)
973
973
        self._save()
974
974
 
975
 
    @deprecated_method(one_five)
976
 
    def join(self, other, pb=None, msg=None, version_ids=None,
977
 
             ignore_missing=False):
978
 
        """Join other into self and save."""
979
 
        super(WeaveFile, self).join(other, pb, msg, version_ids, ignore_missing)
980
 
        self._save()
981
 
 
982
975
 
983
976
def _reweave(wa, wb, pb=None, msg=None):
984
977
    """Combine two weaves and return the result.