Rev 2247: doc in file:///home/mbp/bzr/Work/lpurl/
Martin Pool
mbp at sourcefrog.net
Fri Jan 26 00:55:48 GMT 2007
------------------------------------------------------------
revno: 2247
revision-id: mbp at sourcefrog.net-20070126005547-fjzgd5vyw5tw38bd
parent: mbp at sourcefrog.net-20070126002801-uffztaglri8w29jl
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: lpurl
timestamp: Fri 2007-01-26 11:55:47 +1100
message:
doc
modified:
bzrlib/transport/__init__.py transport.py-20050711165921-4978aa7ce1285ad5
=== modified file 'bzrlib/transport/__init__.py'
--- a/bzrlib/transport/__init__.py 2006-12-15 23:34:42 +0000
+++ b/bzrlib/transport/__init__.py 2007-01-26 00:55:47 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2006 Canonical Ltd
+# Copyright (C) 2005, 2006, 2007 Canonical Ltd
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -1004,12 +1004,9 @@
base is either a URL or a directory name.
"""
- # TODO: give a better error if base looks like a url but there's no
- # handler for the scheme?
global _protocol_handlers
if base is None:
base = '.'
-
last_err = None
def convert_path_to_url(base, error_str):
More information about the bazaar-commits
mailing list