~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/versionedfile.py

  • Committer: Robert Collins
  • Date: 2006-03-01 03:13:44 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060301031344-b661bf92b4985554
add versioned file clear_cache entry.

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 clear_cache(self):
 
60
        """Remove any data cached in the versioned file object."""
 
61
 
59
62
    def clone_text(self, new_version_id, old_version_id, parents):
60
63
        """Add an identical text to old_version_id as new_version_id.
61
64