~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Aaron Bentley
  • Date: 2005-07-25 14:17:15 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050725141715-d410836f6e4a32c0
Got baz2bzr/annotate working now that ProgressBar is a function

Show diffs side-by-side

added added

removed removed

Lines of Context:
305
305
                    fast=fast, verbose=verbose, dry_run=dry_run, 
306
306
                    max_count=max_count, skip_symlinks=skip_symlinks):
307
307
                if fancy:
308
 
                    progress_bar(result)
 
308
                    show_progress(progress_bar, result)
309
309
                else:
310
310
                    sys.stdout.write('.')
311
311
        finally: