~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-29 03:46:18 UTC
  • mfrom: (1711.2.69 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060629034618-75fa8c0c1b44421e
(bialix) fix non-ascii handling for 'bzr missing'

Show diffs side-by-side

added added

removed removed

Lines of Context:
2325
2325
                     'show-ids',
2326
2326
                     'verbose'
2327
2327
                     ]
 
2328
    encoding_type = 'replace'
2328
2329
 
 
2330
    @display_command
2329
2331
    def run(self, other_branch=None, reverse=False, mine_only=False,
2330
2332
            theirs_only=False, log_format=None, long=False, short=False, line=False, 
2331
2333
            show_ids=False, verbose=False):
2350
2352
                    default = local_branch.get_config().log_format()
2351
2353
                    log_format = get_log_format(long=long, short=short, 
2352
2354
                                                line=line, default=default)
2353
 
                lf = log_formatter(log_format, sys.stdout,
 
2355
                lf = log_formatter(log_format,
 
2356
                                   to_file=self.outf,
2354
2357
                                   show_ids=show_ids,
2355
2358
                                   show_timezone='original')
2356
2359
                if reverse is False: