~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-12 00:43:17 UTC
  • mfrom: (5582.4.3 presplitoutbzrbranch)
  • Revision ID: pqm@pqm.ubuntu.com-20110112004317-81kxafod33p5lqal
(jelmer) Remove some hardcoded dependencies on weave-era formats in bzrlib
 and clean up more imports. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
744
744
 
745
745
class InterWeaveRepo(InterSameDataRepository):
746
746
    """Optimised code paths between Weave based repositories.
747
 
 
748
 
    This should be in bzrlib/repofmt/weaverepo.py but we have not yet
749
 
    implemented lazy inter-object optimisation.
750
747
    """
751
748
 
752
749
    @classmethod