~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/text.py

  • Committer: Martin Pool
  • Date: 2009-12-22 04:07:36 UTC
  • mto: This revision was merged to the branch mainline in revision 4917.
  • Revision ID: mbp@sourcefrog.net-20091222040736-079e2r91hea7a40l
Rename to -Dno_activity; incidentally fixes ReST syntax error

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
        # XXX: Probably there should be a transport activity model, and that
373
373
        # too should be seen by the progress view, rather than being poked in
374
374
        # here.
375
 
        if 'no_transport_activity' in debug.debug_flags:
 
375
        if 'no_activity' in debug.debug_flags:
376
376
            # Can be used as a workaround if
377
377
            # <https://launchpad.net/bugs/321935> reappears and transport
378
378
            # activity is cluttering other output.  However, thanks to