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