~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-10 22:02:59 UTC
  • mfrom: (3250.2.1 bzr.rm_error_to_note)
  • Revision ID: pqm@pqm.ubuntu.com-20080310220259-preiorp3r2pj9er9
update .bzr/README to not refer to Bazaar-NG, and add link to website.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1491
1491
        mutter('created control directory in ' + transport.base)
1492
1492
        control = transport.clone('.bzr')
1493
1493
        utf8_files = [('README', 
1494
 
                       "This is a Bazaar-NG control directory.\n"
1495
 
                       "Do not change any files in this directory.\n"),
 
1494
                       "This is a Bazaar control directory.\n"
 
1495
                       "Do not change any files in this directory.\n"
 
1496
                       "See http://bazaar-vcs.org/ for more information about Bazaar.\n"),
1496
1497
                      ('branch-format', self.get_format_string()),
1497
1498
                      ]
1498
1499
        # NB: no need to escape relative paths that are url safe.