~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Vincent Ladeuil
  • Date: 2010-12-07 09:06:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5567.
  • Revision ID: v.ladeuil+lp@free.fr-20101207090639-l77s4ix6oqqn76jx
Fix the remaining references to http://bazaar-vcs.org (except the explicitly historical ones).

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.