~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/capture_tree.py

  • Committer: Carl Friedrich Bolz
  • Date: 2006-08-30 19:44:06 UTC
  • mto: (1908.3.21 usecases-benchmarks)
  • mto: This revision was merged to the branch mainline in revision 2068.
  • Revision ID: cfbolz@gmx.de-20060830194406-969c5f912785214b
Fix problems pointed out by John:
  * Actually benchmark install_bundle too.
  * Fix PEP 8 issues.
  * Fix caching of trees by using names dependant on the parameters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/env python
 
1
#! /usr/bin/env python2.4
2
2
 
3
3
# Copyright (C) 2005 Canonical Ltd
4
4