Rev 5556: Fix some new edge references. in file:///home/vila/src/bzr/bugs/583667-lp-no-edge-2.3/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Dec 2 10:43:56 GMT 2010


At file:///home/vila/src/bzr/bugs/583667-lp-no-edge-2.3/

------------------------------------------------------------
revno: 5556
revision-id: v.ladeuil+lp at free.fr-20101202104355-p9tcfdia34f7ar13
parent: v.ladeuil+lp at free.fr-20101202104105-ga8yt8u3ur3u407t
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 583667-lp-no-edge-2.3
timestamp: Thu 2010-12-02 11:43:55 +0100
message:
  Fix some new edge references.
-------------- next part --------------
=== modified file 'bzrlib/transport/ftp/__init__.py'
--- a/bzrlib/transport/ftp/__init__.py	2010-08-30 07:42:12 +0000
+++ b/bzrlib/transport/ftp/__init__.py	2010-12-02 10:43:55 +0000
@@ -203,7 +203,7 @@
             # Microsoft FTP-Service RNFR reply if file not found
             or (s.startswith('550 ') and 'unable to rename to' in extra)
             # if containing directory doesn't exist, suggested by
-            # <https://bugs.edge.launchpad.net/bzr/+bug/224373>
+            # <https://bugs.launchpad.net/bzr/+bug/224373>
             or (s.startswith('550 ') and "can't find folder" in s)
             ):
             raise errors.NoSuchFile(path, extra=extra)

=== modified file 'doc/en/release-notes/bzr-1.18.txt'
--- a/doc/en/release-notes/bzr-1.18.txt	2010-10-08 08:15:14 +0000
+++ b/doc/en/release-notes/bzr-1.18.txt	2010-12-02 10:43:55 +0000
@@ -293,7 +293,7 @@
   
 * The ``--hardlink`` option to ``branch`` and ``checkout`` is not
   supported at the moment on workingtree formats that can do content
-  filtering.  (See <https://bugs.edge.launchpad.net/bzr/+bug/408193>.)
+  filtering.  (See <https://bugs.launchpad.net/bzr/+bug/408193>.)
   bzr now says so, rather than just ignoring the option.  (Martin Pool)
 
 * There was a bug in ``osutils.relpath`` that was only triggered on

=== modified file 'doc/en/release-notes/bzr-2.0.txt'
--- a/doc/en/release-notes/bzr-2.0.txt	2010-12-02 10:41:05 +0000
+++ b/doc/en/release-notes/bzr-2.0.txt	2010-12-02 10:43:55 +0000
@@ -17,9 +17,7 @@
   deprecated and may be shut down in the future
   <http://blog.launchpad.net/general/edge-is-deprecated>.  Bazaar has therefore
   been updated in this release to talk to the main (``launchpad.net``) servers,
-  rather than the ``edge`` ones. Users of previous versions can workaround
-  connection problems by setting the ``BZR_LP_XMLRPC_URL`` environment variable
-  to ``http://xmlrpc.launchpad.net/bazaar/``.  (Vincent Ladeuil, #583667)
+  rather than the ``edge`` ones. (Vincent Ladeuil, #583667)
 
 New Features
 ************



More information about the bazaar-commits mailing list