~ubuntu-branches/ubuntu/maverick/bzr/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-03-24 22:27:38 UTC
  • mfrom: (1.4.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100324222738-5lsc0gdzmtcdp1vp
Tags: 2.1.1-1
* Remove bob2 from uploaders. Closes: #573427
* New upstream release.

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