1738
1738
bzr_index = bisect_left(current_dir_info[1], ('.bzr',))
1739
1739
assert current_dir_info[1][bzr_index][0] == '.bzr'
1740
1740
del current_dir_info[1][bzr_index]
1746
1741
# walk until both the directory listing and the versioned metadata
1747
1742
# are exhausted. TODO: reevaluate this, perhaps we should stop when
1748
1743
# the versioned data runs out.