~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: 2010-12-14 16:27:12 UTC
  • mfrom: (5560.2.1 docs)
  • Revision ID: pqm@pqm.ubuntu.com-20101214162712-3tjnh2884hvsv616
(vila) Get rid of references to bazaar-vcs.org (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1663
1663
        utf8_files = [('README',
1664
1664
                       "This is a Bazaar control directory.\n"
1665
1665
                       "Do not change any files in this directory.\n"
1666
 
                       "See http://bazaar-vcs.org/ for more information about Bazaar.\n"),
 
1666
                       "See http://bazaar.canonical.com/ for more information about Bazaar.\n"),
1667
1667
                      ('branch-format', self.get_format_string()),
1668
1668
                      ]
1669
1669
        # NB: no need to escape relative paths that are url safe.