~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1763
1763
        """
1764
1764
        self.pb = pb
1765
1765
        self.count = 0
1766
 
        self.total = 3
 
1766
        self.total = 4
1767
1767
        # this is only useful with metadir layouts - separated repo content.
1768
1768
        # trigger an assertion if not such
1769
1769
        repo._format.get_format_string()