~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Andrew Bennetts
  • Date: 2010-12-14 23:14:44 UTC
  • mfrom: (5569 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5570.
  • Revision ID: andrew.bennetts@canonical.com-20101214231444-uubf7zjbg8q92ocs
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

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