~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/store/versioned/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-17 10:23:13 UTC
  • mfrom: (1664.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060417102313-037bf52ef6ada13b
Bugfix: deprecated put_weave method was broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
        Its maintained for backwards compatability but will only work on
191
191
        weave stores - pre 0.8 repositories.
192
192
        """
193
 
        self._put_weave(self, file_id, weave, transaction)
 
193
        self._put_weave(file_id, weave, transaction)
194
194
 
195
195
    def _put_weave(self, file_id, weave, transaction):
196
196
        """Preserved here for upgrades-to-weaves to use."""