~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ian Clatworthy
  • Date: 2010-03-30 20:13:52 UTC
  • mto: This revision was merged to the branch mainline in revision 5125.
  • Revision ID: ian.clatworthy@canonical.com-20100330201352-vw2gtujybyg3rvwc
whitespace fix in win32 installer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005, 2006, 2008, 2009 Canonical Ltd
 
1
# Copyright (C) 2006-2010 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
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