Rev 4770: Remove the early check, since the test suite passes an InternalNode rather than a key in http://bazaar.launchpad.net/~jameinel/bzr/2.1-static-tuple-chk-map

John Arbash Meinel john at arbash-meinel.com
Wed Oct 21 17:49:36 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1-static-tuple-chk-map

------------------------------------------------------------
revno: 4770
revision-id: john at arbash-meinel.com-20091021164916-5eband755ip01y1n
parent: john at arbash-meinel.com-20091020221541-pnqazitj1hh3ocey
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1-static-tuple-chk-map
timestamp: Wed 2009-10-21 11:49:16 -0500
message:
  Remove the early check, since the test suite passes an InternalNode rather than a key
-------------- next part --------------
=== modified file 'bzrlib/chk_map.py'
--- a/bzrlib/chk_map.py	2009-10-20 22:13:23 +0000
+++ b/bzrlib/chk_map.py	2009-10-21 16:49:16 +0000
@@ -101,7 +101,6 @@
         if root_key is None:
             self._root_node = LeafNode(search_key_func=search_key_func)
         else:
-            _check_key(root_key)
             self._root_node = self._node_key(root_key)
 
     def apply_delta(self, delta):



More information about the bazaar-commits mailing list