Rev 4327: Fix silly typo. in http://people.ubuntu.com/~robertc/baz2.0/integration

Robert Collins robertc at robertcollins.net
Wed May 6 02:04:31 BST 2009


At http://people.ubuntu.com/~robertc/baz2.0/integration

------------------------------------------------------------
revno: 4327
revision-id: robertc at robertcollins.net-20090506010425-xhwhcfs6piriclyc
parent: robertc at robertcollins.net-20090506004148-tlhyin7utnsaw6qr
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Wed 2009-05-06 11:04:25 +1000
message:
  Fix silly typo.
=== modified file 'bzrlib/tests/per_repository/test_fetch.py'
--- a/bzrlib/tests/per_repository/test_fetch.py	2009-05-05 03:13:58 +0000
+++ b/bzrlib/tests/per_repository/test_fetch.py	2009-05-06 01:04:25 +0000
@@ -117,8 +117,7 @@
         # consistency.
         # Cases:
         repo = self.make_repository('target')
-        if isinstance(repo, remote.RemoteRepository):
-            remote_format = True
+        remote_format = isinstance(repo, remote.RemoteRepository)
         if not repo._format.rich_root_data and not remote_format:
             return # not relevant
         builder = self.make_branch_builder('source', format='1.9')




More information about the bazaar-commits mailing list