660
660
def test_commit_unversioned_specified(self):
661
661
"""Commit should raise if specified files isn't in basis or worktree"""
662
662
tree = self.make_branch_and_tree('.')
664
664
'message', specific_files=['bogus'])
668
668
def __init__(self, message, testcase):