~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_branch.py

  • Committer: Parth Malwankar
  • Date: 2010-04-19 13:04:30 UTC
  • mfrom: (5165 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5166.
  • Revision ID: parth.malwankar@gmail.com-20100419130430-njvxdaka6xbqwvjw
merged in trunk and moved NEWS entry to right location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
            '  Packs 5 (adds stacking support, requires bzr 1.6)\n'
326
326
            'Source branch format does not support stacking, using format:\n'
327
327
            '  Branch format 7\n'
 
328
            'Doing on-the-fly conversion from RepositoryFormatKnitPack1() to RepositoryFormatKnitPack5().\n'
 
329
            'This may take some time. Upgrade the repositories to the same format for better performance.\n'
328
330
            'Created new stacked branch referring to %s.\n' % (trunk.base,),
329
331
            err)
330
332
 
338
340
            '  Packs 5 rich-root (adds stacking support, requires bzr 1.6.1)\n'
339
341
            'Source branch format does not support stacking, using format:\n'
340
342
            '  Branch format 7\n'
 
343
            'Doing on-the-fly conversion from RepositoryFormatKnitPack4() to RepositoryFormatKnitPack5RichRoot().\n'
 
344
            'This may take some time. Upgrade the repositories to the same format for better performance.\n'
341
345
            'Created new stacked branch referring to %s.\n' % (trunk.base,),
342
346
            err)
343
347