/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/progress.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-29 14:42:18 UTC
  • mfrom: (1558.7.5 Aaron's integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060329144218-416dff04f3fab4f7
Fixed garbage in progress/warning interactions

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        else:
96
96
            return None
97
97
 
 
98
    def bottom(self):
 
99
        if len(self._stack) != 0:
 
100
            return self._stack[0]
 
101
        else:
 
102
            return None
 
103
 
98
104
    def get_nested(self):
99
105
        """Return a nested progress bar."""
100
106
        if len(self._stack) == 0: