~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz2bzr

  • Committer: Aaron Bentley
  • Date: 2005-06-09 23:27:42 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050609232742-e3a6e7ccc5fcf6de
Disabled fancy output when stdout is not a tty

Show diffs side-by-side

added added

removed removed

Lines of Context:
587
587
        return 1
588
588
        
589
589
    try:
590
 
        
 
590
        fancy = rewriting_supported()
591
591
        import_version(output_dir, version,
592
592
            verbose=opts.verbose, fast=opts.fast,
593
593
            dry_run=opts.dry_run, max_count=opts.max_count,
594
 
            skip_symlinks=opts.skip_symlinks)
 
594
            skip_symlinks=opts.skip_symlinks, fancy=fancy)
595
595
        return 0
596
596
    except UserError, e:
597
597
        print e