~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/repository_implementations/__init__.py

Merge thread.

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
        else:
386
386
            count = 3
387
387
        return [
388
 
            "%d inconsistent parents" % count,
389
388
            # will be gc'd
390
389
            r"unreferenced version: {rev2} in a-file-id",
391
390
            r"unreferenced version: {rev2b} in a-file-id",
396
395
            r"but should have \('rev2c',\)",
397
396
            r"a-file-id version rev4 has parents \('rev2',\) "
398
397
            r"but should have \('rev1a',\)",
 
398
            "%d inconsistent parents" % count,
399
399
            ]
400
400
 
401
401
    def populate_repository(self, repo):