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