~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/tree_implementations/__init__.py

  • Committer: Robert Collins
  • Date: 2007-09-04 10:08:58 UTC
  • mto: (2592.3.126 repository)
  • mto: This revision was merged to the branch mainline in revision 2862.
  • Revision ID: robertc@robertcollins.net-20070904100858-971b6sssddwfmwrw
* New method on ``bzrlib.tree.Tree`` ``path_content_summary`` provides a
 tuple containing the key information about a path for commit processing
 to complete. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
327
327
        'bzrlib.tests.tree_implementations.test_get_symlink_target',
328
328
        'bzrlib.tests.tree_implementations.test_inv',
329
329
        'bzrlib.tests.tree_implementations.test_list_files',
 
330
        'bzrlib.tests.tree_implementations.test_path_content_summary',
330
331
        'bzrlib.tests.tree_implementations.test_revision_tree',
331
332
        'bzrlib.tests.tree_implementations.test_test_trees',
332
333
        'bzrlib.tests.tree_implementations.test_tree',