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