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