/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 brzlib/tests/blackbox/test_branch.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 15:41:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521154152-u4qrysj89fyczrxz
Some more test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
        # We should notify the user that we upgraded their format
464
464
        self.assertEqualDiff(
465
465
            'Source repository format does not support stacking, using format:\n'
466
 
            '  Packs 5 (adds stacking support, requires brz 1.6)\n'
 
466
            '  Packs 5 (adds stacking support, requires bzr 1.6)\n'
467
467
            'Source branch format does not support stacking, using format:\n'
468
468
            '  Branch format 7\n'
469
469
            'Doing on-the-fly conversion from RepositoryFormatKnitPack1() to RepositoryFormatKnitPack5().\n'
478
478
        # We should notify the user that we upgraded their format
479
479
        self.assertEqualDiff(
480
480
            'Source repository format does not support stacking, using format:\n'
481
 
            '  Packs 5 rich-root (adds stacking support, requires brz 1.6.1)\n'
 
481
            '  Packs 5 rich-root (adds stacking support, requires bzr 1.6.1)\n'
482
482
            'Source branch format does not support stacking, using format:\n'
483
483
            '  Branch format 7\n'
484
484
            'Doing on-the-fly conversion from RepositoryFormatKnitPack4() to RepositoryFormatKnitPack5RichRoot().\n'