Rev 4346: (jam)(trivial) Fix an important doc bug about the api of in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri May 8 19:26:38 BST 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4346
revision-id: pqm at pqm.ubuntu.com-20090508182630-mijdi970vhbii7lq
parent: pqm at pqm.ubuntu.com-20090508170256-u5k6lfa0n93h9obf
parent: john at arbash-meinel.com-20090508163326-uk9no6yukhvmmtbh
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2009-05-08 19:26:30 +0100
message:
  (jam)(trivial) Fix an important doc bug about the api of
  	iter_all_entries()
modified:
  bzrlib/btree_index.py          index.py-20080624222253-p0x5f92uyh5hw734-7
    ------------------------------------------------------------
    revno: 4343.2.2
    revision-id: john at arbash-meinel.com-20090508163326-uk9no6yukhvmmtbh
    parent: john at arbash-meinel.com-20090508152744-x8j8itnnrj6rnj0i
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: jam-integration
    timestamp: Fri 2009-05-08 11:33:26 -0500
    message:
      Fix an important doc bug about the api of iter_all_entries()
    modified:
      bzrlib/btree_index.py          index.py-20080624222253-p0x5f92uyh5hw734-7
=== modified file 'bzrlib/btree_index.py'
--- a/bzrlib/btree_index.py	2009-04-08 21:40:53 +0000
+++ b/bzrlib/btree_index.py	2009-05-08 16:33:26 +0000
@@ -431,8 +431,8 @@
     def iter_all_entries(self):
         """Iterate over all keys within the index
 
-        :return: An iterable of (index, key, reference_lists, value). There is no
-            defined order for the result iteration - it will be in the most
+        :return: An iterable of (index, key, value, reference_lists). There is
+            no defined order for the result iteration - it will be in the most
             efficient order for the index (in this case dictionary hash order).
         """
         if 'evil' in debug.debug_flags:




More information about the bazaar-commits mailing list