Rev 2921: fix a simple typo in http://bzr.arbash-meinel.com/branches/bzr/0.92-dev/netloc_protocols

John Arbash Meinel john at arbash-meinel.com
Wed Oct 24 18:26:53 BST 2007


At http://bzr.arbash-meinel.com/branches/bzr/0.92-dev/netloc_protocols

------------------------------------------------------------
revno: 2921
revision-id:john at arbash-meinel.com-20071024172606-qxfil64hcjy7n7s5
parent: john at arbash-meinel.com-20071019195606-ksvbz5hfy7p5xwvh
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: netloc_protocols
timestamp: Wed 2007-10-24 12:26:06 -0500
message:
  fix a simple typo
modified:
  bzrlib/transport/__init__.py   transport.py-20050711165921-4978aa7ce1285ad5
-------------- next part --------------
=== modified file 'bzrlib/transport/__init__.py'
--- a/bzrlib/transport/__init__.py	2007-10-19 19:56:06 +0000
+++ b/bzrlib/transport/__init__.py	2007-10-24 17:26:06 +0000
@@ -1793,7 +1793,7 @@
 # These two schemes were registered, but don't seem to have an actual transport
 # protocol registered
 for scheme in ['ssh', 'bzr+loopback']:
-    transport.register_urlparse_netloc_protocol(scheme)
+    register_urlparse_netloc_protocol(scheme)
 del scheme
 
 register_transport_proto('bzr://',



More information about the bazaar-commits mailing list