Rev 2622: Reinstate the fakenfs+ decorator registration. in http://people.ubuntu.com/~robertc/baz2.0/file-collection

Robert Collins robertc at robertcollins.net
Thu Jul 19 07:39:16 BST 2007


At http://people.ubuntu.com/~robertc/baz2.0/file-collection

------------------------------------------------------------
revno: 2622
revision-id: robertc at robertcollins.net-20070719063913-l1afgl876zpaysf4
parent: robertc at robertcollins.net-20070719033717-2ajc3s1ua9wq2a9k
committer: Robert Collins <robertc at robertcollins.net>
branch nick: file-collection
timestamp: Thu 2007-07-19 16:39:13 +1000
message:
  Reinstate the fakenfs+ decorator registration.
modified:
  bzrlib/transport/__init__.py   transport.py-20050711165921-4978aa7ce1285ad5
=== modified file 'bzrlib/transport/__init__.py'
--- a/bzrlib/transport/__init__.py	2007-07-14 09:35:31 +0000
+++ b/bzrlib/transport/__init__.py	2007-07-19 06:39:13 +0000
@@ -1295,6 +1295,9 @@
             )
 register_lazy_transport('readonly+', 'bzrlib.transport.readonly', 'ReadonlyTransportDecorator')
 
+register_transport_proto('fakenfs+')
+register_lazy_transport('fakenfs+', 'bzrlib.transport.fakenfs', 'FakeNFSTransportDecorator')
+
 register_transport_proto('unlistable+')
 register_lazy_transport('unlistable+', 'bzrlib.transport.unlistable', 'UnlistableTransportDecorator')
 



More information about the bazaar-commits mailing list