456
456
self.build_tree(['a', 'b', 'c'])
458
458
out, err = self.run_bzr(['commit', '-m', 'test', '-x', 'b', '-x', 'c'])
463
463
# If b was excluded it will still be 'added' in status.
464
464
out, err = self.run_bzr(['added'])
469
469
def test_commit_respects_spec_for_removals(self):
470
470
"""Commit with a file spec should only commit removals that match"""