Rev 3915: Fix a trivial typo. in http://bazaar.launchpad.net/%7Ebzr/bzr/brisbane-core

John Arbash Meinel john at arbash-meinel.com
Tue Mar 31 17:18:41 BST 2009


At http://bazaar.launchpad.net/%7Ebzr/bzr/brisbane-core

------------------------------------------------------------
revno: 3915
revision-id: john at arbash-meinel.com-20090331161433-h2ryvmhhuhp31k92
parent: john at arbash-meinel.com-20090331152043-72kl4ypaydjjn9ak
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: brisbane-core
timestamp: Tue 2009-03-31 11:14:33 -0500
message:
  Fix a trivial typo.
-------------- next part --------------
=== modified file 'bzrlib/repository.py'
--- a/bzrlib/repository.py	2009-03-31 15:20:43 +0000
+++ b/bzrlib/repository.py	2009-03-31 16:14:33 +0000
@@ -3563,7 +3563,7 @@
         if source.supports_rich_root() and not target.supports_rich_root():
             return False
         if (source._format.supports_tree_reference
-            and not target.supports_tree_reference):
+            and not target._format.supports_tree_reference):
             return False
         return True
 



More information about the bazaar-commits mailing list