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