Rev 5201: Minor local_abspath docstring improvement. in http://bazaar.launchpad.net/~lifeless/bzr/stuff

Robert Collins robertc at robertcollins.net
Tue May 4 07:22:53 BST 2010


At http://bazaar.launchpad.net/~lifeless/bzr/stuff

------------------------------------------------------------
revno: 5201
revision-id: robertc at robertcollins.net-20100504062251-1ocjhrl53mum9ehw
parent: pqm at pqm.ubuntu.com-20100503090750-ojeefmuph3yj8m5z
committer: Robert Collins <robertc at robertcollins.net>
branch nick: stuff
timestamp: Tue 2010-05-04 18:22:51 +1200
message:
  Minor local_abspath docstring improvement.
=== modified file 'bzrlib/transport/__init__.py'
--- a/bzrlib/transport/__init__.py	2010-04-16 07:56:51 +0000
+++ b/bzrlib/transport/__init__.py	2010-05-04 06:22:51 +0000
@@ -539,6 +539,9 @@
 
         This function will only be defined for Transports which have a
         physical local filesystem representation.
+
+        :raises errors.NotLocalUrl: When no local path representation is
+            available.
         """
         raise errors.NotLocalUrl(self.abspath(relpath))
 




More information about the bazaar-commits mailing list