/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/versionedfile.py

  • Committer: Robert Collins
  • Date: 2006-02-28 08:34:43 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060228083443-f6aae35b7de8f26f
Remove unused transaction references from knit.py and the versionedfile interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        not present in file history."""
57
57
        raise NotImplementedError(self.add_lines)
58
58
 
59
 
    def clone_text(self, new_version_id, old_version_id, parents,
60
 
                   transaction):
 
59
    def clone_text(self, new_version_id, old_version_id, parents):
61
60
        """Add an identical text to old_version_id as new_version_id.
62
61
 
63
62
        Must raise RevisionNotPresent if the old version or any of the