382
382
def test_log_bad_message_re(self):
383
383
"""Bad --message argument gives a sensible message
385
385
See https://bugs.launchpad.net/bzr/+bug/251352
387
387
self.make_minimal_branch()
388
388
out, err = self.run_bzr(['log', '-m', '*'], retcode=3)
395
392
def test_log_unsupported_timezone(self):
396
393
self.make_linear_branch()