/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/plugins/weave_fmt/repository.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-03 14:50:03 UTC
  • mfrom: (6183 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6184.
  • Revision ID: jelmer@samba.org-20111003145003-6x5mqsdb2csqoxz7
Merge bzr.dev.

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)