373
373
['dirid', 'file1id', 'file2id'])
374
374
wt.commit('dir/file1', specific_files=['dir/file1'], rev_id='1')
375
375
inv = b.repository.get_inventory('1')
378
378
# FIXME: This should raise a KeyError I think, rbc20051006
381
381
def test_strict_commit(self):
382
382
"""Try and commit with unknown files and strict = True, should fail."""