Rev 4512: Clean up some variable names. in http://bazaar.launchpad.net/~jameinel/bzr/1.17-chk-multilevel

John Arbash Meinel john at arbash-meinel.com
Wed Jul 1 20:26:07 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.17-chk-multilevel

------------------------------------------------------------
revno: 4512
revision-id: john at arbash-meinel.com-20090701192557-c74fbemabmmqu1jj
parent: john at arbash-meinel.com-20090701191350-ksr9dxgevkip56fg
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.17-chk-multilevel
timestamp: Wed 2009-07-01 14:25:57 -0500
message:
  Clean up some variable names.
-------------- next part --------------
=== modified file 'bzrlib/chk_map.py'
--- a/bzrlib/chk_map.py	2009-07-01 19:13:50 +0000
+++ b/bzrlib/chk_map.py	2009-07-01 19:25:57 +0000
@@ -1560,7 +1560,7 @@
                 items = [item for item in items
                          if item not in all_uninteresting_items]
                 yield record, items
-                next_refs_update([i[1] for i in prefix_refs])
+                next_refs_update([p_r[1] for p_r in prefix_refs])
             next_refs = next_refs.difference(all_uninteresting_chks)
             next_refs = next_refs.difference(processed_interesting_refs)
             processed_interesting_refs.update(next_refs)



More information about the bazaar-commits mailing list