Rev 2516: Fix NEWS. in file:///v/home/vila/src/experimental/reuse.transports/

Vincent Ladeuil v.ladeuil+lp at free.fr
Sun Jun 3 13:57:28 BST 2007


At file:///v/home/vila/src/experimental/reuse.transports/

------------------------------------------------------------
revno: 2516
revision-id: v.ladeuil+lp at free.fr-20070603125726-xrnl6fu53figdd0x
parent: v.ladeuil+lp at free.fr-20070602165428-sgwamqtdhksglmlu
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: reuse.transports
timestamp: Sun 2007-06-03 14:57:26 +0200
message:
  Fix NEWS.
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2007-06-02 15:22:34 +0000
+++ b/NEWS	2007-06-03 12:57:26 +0000
@@ -8,10 +8,12 @@
       is specified, and are labelled "revision-id:", as per mainline
       revisions, instead of "merged:". (Kent Gibson)
 
-    * Refactoring of transport classes connected to a remote server.
-     transport.split_url have been deprecated, use the static method on the
-     object instead (SFTP needs to override the default handling for home
-     directories). URL tests have been refactored too.  (Vincent Ladeuil)
+    * Refactoring of transport classes connected to a remote
+      server. ConnectedTransport is a new class that serves as a basis for
+      all transports needing to connet to a remote server.
+      transport.split_url have been deprecated, use the static method on the
+      object instead. URL tests have been refactored too.  
+      (Vincent Ladeuil)
 
   IMPROVEMENTS:
   
@@ -36,6 +38,12 @@
     * Let TestUIFactoy encode the password prompt with its own stdout.
       (Vincent Ladeuil, #110204)
 
+    * ``bzr init`` should only connect to the remote location one time.  We
+      have been connecting several times because we forget to pass around the
+      Transport object. This modifies ``BzrDir.create_branch_convenience``,
+      so that we can pass in the Transport that we already have.
+      (John Arbash Meinel, Vincent Ladeuil, #111702)
+
 
 bzr 0.16  2007-05-07
   
@@ -60,12 +68,6 @@
       the root of the source tree and allows HACKING to be split into multiple
       files. (Robert Collins, Alexander Belchenko)
 
-    * ``bzr init`` should only connect to the remote location one time.  We
-      have been connecting several times because we forget to pass around the
-      Transport object. This modifies ``BzrDir.create_branch_convenience``,
-      so that we can pass in the Transport that we already have.
-      (John Arbash Meinel, Vincent Ladeuil, #111702)
-
 bzr 0.16rc2  2007-04-30
 
   BUGFIXES:



More information about the bazaar-commits mailing list