~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-29 08:03:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050329080340-6e09ef3afea64159
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
    old = b.basis_tree()
349
349
    new = b.working_tree()
350
350
 
 
351
    ## TODO: Much more efficient way to do this: read in new
 
352
    ## directories with readdir, rather than stating each one.  Same
 
353
    ## level of effort but possibly much less IO.  (Or possibly not,
 
354
    ## if the directories are very large...)
 
355
 
351
356
    for path, ie in old.inventory.iter_entries():
352
357
        if not new.has_id(ie.file_id):
353
358
            if show_ids: