~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/treeshape.py

  • Committer: Martin Pool
  • Date: 2005-10-04 09:54:26 UTC
  • mto: (1185.13.3)
  • mto: This revision was merged to the branch mainline in revision 1403.
  • Revision ID: mbp@sourcefrog.net-20051004095426-aecf8c125c49cc28
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
# TODO: Script to write a description of a directory for testing
26
26
# TODO: Helper that compares two structures and raises a helpful error
27
 
# where they differ.
 
27
# where they differ.  Option to ignore some files or directories in the 
 
28
# comparison.
28
29
 
29
30
import os
30
31