~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/repository.py

  • Committer: Shannon Weyrick
  • Date: 2011-11-04 13:40:04 UTC
  • mfrom: (6238 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6256.
  • Revision ID: weyrick@mozek.us-20111104134004-033t2wqhc3ydzm0a
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
            raise NotImplementedError
323
323
 
324
324
        repo_transport = a_bzrdir.get_repository_transport(None)
325
 
        control_files = a_bzrdir._control_files
326
325
        result = AllInOneRepository(_format=self, a_bzrdir=a_bzrdir)
327
326
        result.revisions = self._get_revisions(repo_transport, result)
328
327
        result.signatures = self._get_signatures(repo_transport, result)