Rev 2413: continue iteration at the right point for InterDirStateTree._iter_changes. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/dirstate/
Robert Collins
robertc at robertcollins.net
Mon Feb 26 05:55:41 GMT 2007
At sftp://bazaar.launchpad.net/%7Ebzr/bzr/dirstate/
------------------------------------------------------------
revno: 2413
revision-id: robertc at robertcollins.net-20070226055444-qozx06g4s1749uky
parent: robertc at robertcollins.net-20070226051405-y0p0nx2g03idj2m2
committer: Robert Collins <robertc at robertcollins.net>
branch nick: dirstate
timestamp: Mon 2007-02-26 16:54:44 +1100
message:
continue iteration at the right point for InterDirStateTree._iter_changes.
modified:
bzrlib/workingtree_4.py workingtree_4.py-20070208044105-5fgpc5j3ljlh5q6c-1
=== modified file 'bzrlib/workingtree_4.py'
--- a/bzrlib/workingtree_4.py 2007-02-26 05:14:05 +0000
+++ b/bzrlib/workingtree_4.py 2007-02-26 05:54:44 +0000
@@ -1754,6 +1754,7 @@
[(line[0].encode('utf8'), line[1].encode('utf8')) + line[2:] for line in current_dir_info[1]])
except StopIteration:
current_dir_info = None
+ continue
entry_index = 0
if current_block and entry_index < len(current_block[1]):
current_entry = current_block[1][entry_index]
More information about the bazaar-commits
mailing list