217
214
def test_commit_aborted_does_not_apply_automatic_changes_bug_282402(self):
218
215
wt = self.make_branch_and_tree('.')
219
216
wt.add(['a'], None, ['file'])
224
223
raise errors.BzrCommandError("empty commit message")
225
224
self.assertRaises(errors.BzrCommandError, wt.commit,
226
225
message_callback=fail_message)
229
230
def test_local_commit_ignores_master(self):
230
231
# a --local commit does not require access to the master branch