~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.py

  • Committer: John Arbash Meinel
  • Date: 2009-07-06 20:21:34 UTC
  • mto: This revision was merged to the branch mainline in revision 4522.
  • Revision ID: john@arbash-meinel.com-20090706202134-19iakgxrs3yxi7k7
Tests that VF implementations support .get_annotator()
This also meant supporting no-graph style VF implementations, which
wasn't too bad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1072
1072
        ann = annotate.Annotator(self)
1073
1073
        return ann.annotate_flat(key)
1074
1074
 
 
1075
    def get_annotator(self):
 
1076
        return annotate.Annotator(self)
 
1077
 
1075
1078
    def check(self, progress_bar=None):
1076
1079
        """See VersionedFiles.check()."""
1077
1080
        keys = self.keys()