141
141
# Not a very good test; just makes sure the code doesn't fail,
142
142
# not that the output makes any sense.
146
146
def testShowLogSubtree(self):
147
147
"""Test that a subtree's log can be shown."""
148
148
current = bisect.BisectCurrent(self.tree.controldir)
149
149
current.switch(self.subtree_rev)
153
153
def testSwitchVersions(self):
154
154
"""Test switching versions."""