At http://bzr.arbash-meinel.com/branches/bzr/brisbane/chk_map

------------------------------------------------------------
revno: 3799
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: John Arbash Meinel <[EMAIL PROTECTED]>
branch nick: chk_map
timestamp: Tue 2008-12-02 14:43:50 -0600
message:
  more comment
=== modified file 'bzrlib/chk_map.py'
--- a/bzrlib/chk_map.py 2008-12-02 20:43:14 +0000
+++ b/bzrlib/chk_map.py 2008-12-02 20:43:50 +0000
@@ -514,6 +514,9 @@
                 #       at by the 'prefix\0' key. We might want to consider
                 #       folding it into the containing InternalNode rather than
                 #       having a fixed length-1 node.
+                #       Note this is probably not true for hash keys, as they
+                #       may get a '\00' node anywhere, but won't have keys of
+                #       different lengths.
                 if len(prefix) < split_at:
                     prefix += '\x00'*(split_at - len(prefix))
                 if prefix not in result:

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to