~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

Unshelved all changes except those related to removing RootEntry

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
 
209
209
    dir_cnt = 0
210
210
    for file_id in work_inv:
211
 
        if work_inv.get_file_kind(file_id) == 'directory':
 
211
        if (work_inv.get_file_kind(file_id) == 'directory' and 
 
212
            not work_inv.is_root(file_id)):
212
213
            dir_cnt += 1
213
214
    print '  %8d versioned %s' \
214
215
          % (dir_cnt,