82
83
"""Test execution of the log command."""
84
85
self.time(self.run_bzr, 'log', '-r', '-4..')
86
87
def test_cmd_log_subprocess(self):
87
88
"""Text startup and execution of the log command."""
89
90
self.time(self.run_bzr_subprocess, 'log', '-r', '-4..')
91
92
def test_log_verbose(self):
92
93
"""'verbose' log -- shows file changes"""
94
95
lf = log_formatter('long', to_file=StringIO())
95
96
self.time(show_log, tree.branch, lf, direction='reverse', verbose=True)