~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/history.py

  • Committer: Michael Hudson
  • Date: 2009-06-24 03:51:44 UTC
  • Revision ID: michael.hudson@canonical.com-20090624035144-hsy9mjo3ip5s56qm
move code out of serve-branches into loggerhead.main

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
class ThreadSafeUIFactory (bzrlib.ui.SilentUIFactory):
59
59
 
60
60
    def nested_progress_bar(self):
 
61
        1/0
61
62
        if getattr(uihack, '_progress_bar_stack', None) is None:
62
63
            pbs = bzrlib.progress.ProgressBarStack(
63
64
                      klass=bzrlib.progress.DummyProgress)