80
80
out, err = self.run_bzr('help working-trees')
81
81
self.assertEqual(bzrlib.help_topics._working_trees, out)
83
88
def test_help_commands(self):
84
89
dash_help = self.run_bzr('--help commands')[0]
85
90
commands = self.run_bzr('help commands')[0]