/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.5.41 by aaron.bentley at utoronto
Added non-working ChangesetTree
1
from bzrlib.commands import Command
0.5.53 by John Arbash Meinel
Made test_plugins load read_changset lazy, rather than plugin load.
2
0.5.41 by aaron.bentley at utoronto
Added non-working ChangesetTree
3
class cmd_test_plugins(Command):
4
    """Test every plugin that supports tests.
5
6
    """
7
    takes_args = []
8
    takes_options = []
9
10
    def run(self):
0.5.53 by John Arbash Meinel
Made test_plugins load read_changset lazy, rather than plugin load.
11
        import read_changeset
0.5.41 by aaron.bentley at utoronto
Added non-working ChangesetTree
12
        read_changeset.test()