/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/tests/__init__.py

Merge serialize-transform into prepare-shelf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1354
1354
        """
1355
1355
        # flush the log file, to get all content
1356
1356
        import bzrlib.trace
1357
 
        bzrlib.trace._trace_file.flush()
 
1357
        if bzrlib.trace._trace_file:
 
1358
            bzrlib.trace._trace_file.flush()
1358
1359
        if self._log_contents:
1359
1360
            # XXX: this can hardly contain the content flushed above --vila
1360
1361
            # 20080128