~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2006-09-22 03:29:29 UTC
  • mfrom: (2022.2.2 bzr.mbp.integration)
  • mto: This revision was merged to the branch mainline in revision 2030.
  • Revision ID: mbp@sourcefrog.net-20060922032929-dd8817fc573b9ffd
merge import fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
2002
2002
                test_suite_factory = benchmarks.test_suite
2003
2003
                if verbose is None:
2004
2004
                    verbose = True
 
2005
                # TODO: should possibly lock the history file...
2005
2006
                benchfile = open(".perf_history", "at")
2006
2007
            else:
2007
2008
                test_suite_factory = None