Rev 2155: Clarify make_branch_and_tree docstring a little. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/

Andrew Bennetts andrew.bennetts at canonical.com
Mon Mar 5 07:54:22 GMT 2007


At sftp://bazaar.launchpad.net/%7Ebzr/bzr/hpss/

------------------------------------------------------------
revno: 2155
revision-id: andrew.bennetts at canonical.com-20070305074829-5jw2mszjxine5340
parent: andrew.bennetts at canonical.com-20070305073349-dr29xzo4jxj5niz5
committer: Andrew Bennetts <andrew.bennetts at canonical.com>
branch nick: hpss
timestamp: Mon 2007-03-05 18:48:29 +1100
message:
  Clarify make_branch_and_tree docstring a little.
modified:
  bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2007-03-05 07:33:49 +0000
+++ b/bzrlib/tests/__init__.py	2007-03-05 07:48:29 +0000
@@ -1647,12 +1647,11 @@
 
         If the transport is not a LocalTransport, the Tree can't be created on
         the transport.  In that case the working tree is created in the local
-        directory, and the returned tree's branch and repository will also be
-        accessed locally.
+        directory backing the transport, and the returned tree's branch and
+        repository will also be accessed locally.
 
-        This will fail if the original default transport for this test
-        case wasn't backed by the working directory, as the branch won't
-        be on disk for us to open it.
+        If the original default transport for this test case isn't backed by the
+        working directory, this will return a checkout.
 
         :param format: The BzrDirFormat.
         :returns: the WorkingTree.




More information about the bazaar-commits mailing list