~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2006-03-21 12:41:37 UTC
  • mfrom: (1616 +trunk)
  • mto: (1666.1.5 integration)
  • mto: This revision was merged to the branch mainline in revision 1622.
  • Revision ID: robertc@robertcollins.net-20060321124137-b9028b082c63d99d
Merge 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()