/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/log.py

  • Committer: Martin Pool
  • Date: 2009-12-08 09:17:21 UTC
  • mto: This revision was merged to the branch mainline in revision 4880.
  • Revision ID: mbp@sourcefrog.net-20091208091721-v8ze4bboynzq0a66
comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
1313
1313
        if to_exact_file is not None:
1314
1314
            self.to_exact_file = to_exact_file
1315
1315
        else:
 
1316
            # XXX: somewhat hacky; this assumes it's a codec writer; it's better
 
1317
            # for code that expects to get diffs to pass in the exact file
 
1318
            # stream
1316
1319
            self.to_exact_file = getattr(to_file, 'stream', to_file)
1317
1320
        self.show_ids = show_ids
1318
1321
        self.show_timezone = show_timezone