/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/dirstate.py

  • Committer: Aaron Bentley
  • Date: 2007-11-18 18:43:35 UTC
  • mfrom: (3006 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3011.
  • Revision ID: aaron.bentley@utoronto.ca-20071118184335-rjptgedxv4357lna
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
914
914
                    if (entry[1][0][0], entry[1][1][0]) in dead_patterns:
915
915
                        deleted_positions.append(pos)
916
916
                if deleted_positions:
917
 
                    if len(deleted_positions) == len(block):
 
917
                    if len(deleted_positions) == len(block[1]):
918
918
                        del block[1][:]
919
919
                    else:
920
920
                        for pos in reversed(deleted_positions):