~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_upgrade.py

  • Committer: Andrew Bennetts
  • Date: 2008-03-12 20:13:07 UTC
  • mfrom: (3267 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080312201307-ngd5bynt2nvhnlb7
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
     ('foo', 'new contents\n'),
259
259
     ('.bzr/',),
260
260
     ('.bzr/README',
261
 
      'This is a Bazaar-NG control directory.\nDo not change any files in this directory.\n'),
 
261
      'This is a Bazaar control directory.\n'
 
262
      'Do not change any files in this directory.\n'
 
263
      'See http://bazaar-vcs.org/ for more information about Bazaar.\n'),
262
264
     ('.bzr/branch-format', 'Bazaar-NG branch, format 0.0.4\n'),
263
265
     ('.bzr/revision-history',
264
266
      'mbp@sourcefrog.net-20051004035611-176b16534b086b3c\n'
298
300
    ),
299
301
    ( './.bzr/', ),
300
302
    ( './.bzr/README',
301
 
        'This is a Bazaar-NG control directory.\n'
302
 
        'Do not change any files in this directory.\n'
 
303
      'This is a Bazaar control directory.\n'
 
304
      'Do not change any files in this directory.\n'
 
305
      'See http://bazaar-vcs.org/ for more information about Bazaar.\n'
303
306
    ),
304
307
    ( './.bzr/branch-format',
305
308
        'Bazaar-NG branch, format 0.0.4\n'
363
366
_upgrade_dir_template = [
364
367
    ( './.bzr/', ),
365
368
    ( './.bzr/README',
366
 
        'This is a Bazaar-NG control directory.\n'
367
 
        'Do not change any files in this directory.\n'
 
369
      'This is a Bazaar control directory.\n'
 
370
      'Do not change any files in this directory.\n'
 
371
      'See http://bazaar-vcs.org/ for more information about Bazaar.\n'
368
372
    ),
369
373
    ( './.bzr/branch-format',
370
374
        'Bazaar-NG branch, format 0.0.4\n'