/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

Hide ETA, show spinner by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    def __init__(self,
73
73
                 to_file=sys.stderr,
74
74
                 show_pct=False,
75
 
                 show_spinner=False,
76
 
                 show_eta=True,
 
75
                 show_spinner=True,
 
76
                 show_eta=False,
77
77
                 show_bar=True,
78
78
                 show_count=True,
79
79
                 to_messages_file=sys.stdout,