~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Mattias Eriksson
  • Date: 2009-06-01 12:00:20 UTC
  • mto: This revision was merged to the branch mainline in revision 4398.
  • Revision ID: snaggen@acc.umu.se-20090601120020-9wr9pnqghiifwk2s
Clear the progress bar for cmd_ls before writing the output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2409
2409
                            continue
2410
2410
                    kindch = entry.kind_character()
2411
2411
                    outstring = fp + kindch
 
2412
                    bzrlib.ui.ui_factory.clear_term()
2412
2413
                    if verbose:
2413
2414
                        outstring = '%-8s %s' % (fc, outstring)
2414
2415
                        if show_ids and fid is not None: