~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/__init__.py

'bzr commit' shows a progress bar. This is useful for commits over sftp
where commit can take an appreciable time. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    def clear_term(self):
117
117
        """See progress.ProgressBar.clear_term()."""
118
118
 
 
119
    def clear_term(self):
 
120
        """See progress.ProgressBar.clear_term()."""
 
121
 
119
122
    def finished(self):
120
123
        """See progress.ProgressBar.finished()."""
121
124