/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 bzr_commit_handler.py

  • Committer: Ian Clatworthy
  • Date: 2009-08-21 23:34:09 UTC
  • mfrom: (0.64.220 trunk)
  • mto: (0.64.225 trunk)
  • mto: This revision was merged to the branch mainline in revision 6631.
  • Revision ID: ian.clatworthy@canonical.com-20090821233409-0of18jqe1109vtzf
Merge fixes from trunk, rev 220.

Show diffs side-by-side

added added

removed removed

Lines of Context:
533
533
        result = []
534
534
        for dir in candidates:
535
535
            file_id = new_inv.path2id(dir)
 
536
            if file_id is None:
 
537
                continue
536
538
            ie = new_inv[file_id]
537
539
            if len(ie.children) == 0:
538
540
                result.append((dir, file_id))