Rev 26: bugfixes ftw. in http://people.ubuntu.com/~robertc/baz2.0/plugins/index2/trunk

Robert Collins robertc at robertcollins.net
Fri Jul 4 05:56:21 BST 2008


At http://people.ubuntu.com/~robertc/baz2.0/plugins/index2/trunk

------------------------------------------------------------
revno: 26
revision-id: robertc at robertcollins.net-20080704045618-y6g86t0z3kujqc7d
parent: robertc at robertcollins.net-20080704042330-cwuwgduay58trd71
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Fri 2008-07-04 14:56:18 +1000
message:
  bugfixes ftw.
modified:
  repofmt.py                     repofmt.py-20080701113732-m1iu3n94ikbxdelb-1
=== modified file 'repofmt.py'
--- a/repofmt.py	2008-07-04 04:23:30 +0000
+++ b/repofmt.py	2008-07-04 04:56:18 +0000
@@ -595,7 +595,7 @@
             ):
             return False
         # And of course, we write btree indices!
-        if target not in (RepositoryFormatPackBTreePlain,
+        if target.__class__ not in (RepositoryFormatPackBTreePlain,
             RepositoryFormatPackBTreeRichRoot,
             RepositoryFormatPackBTreeSubtrees,
             ):




More information about the bazaar-commits mailing list