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