40
43
self.assertStartsWith(err, 'bzr: ERROR: no changes to commit.'
41
44
' use --unchanged to commit anyhow\n')
46
out,err = self.run_bzr("commit", "-m", "message", retcode=3)
55
46
def test_commit_success(self):
56
47
"""Successful commit should not leave behind a bzr-commit-* file"""