~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-02 15:39:06 UTC
  • mfrom: (4393.2.2 bzr.ls-fix)
  • Revision ID: pqm@pqm.ubuntu.com-20090602153906-1q6bresxw669b34i
(Mattias Eriksson) Clear the terminal before outputing 'bzr ls'
        results.

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
                    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: