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

  • Committer: Aaron Bentley
  • Date: 2006-09-27 04:15:52 UTC
  • mto: (2100.3.5 by-reference-trees)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20060927041552-4283b801890541b6
Initial subsume implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        'bzrlib.tests.workingtree_implementations.test_pull',
66
66
        'bzrlib.tests.workingtree_implementations.test_put_file',
67
67
        'bzrlib.tests.workingtree_implementations.test_mkdir',
 
68
        'bzrlib.tests.workingtree_implementations.test_subsume',
68
69
        'bzrlib.tests.workingtree_implementations.test_unversion',
69
70
        'bzrlib.tests.workingtree_implementations.test_workingtree',
70
71
        ]