1941
1941
print "Warning: the following files are version controlled and" \
1942
1942
" match your ignore pattern:\n%s" % ("\n".join(matches),)
1944
1945
class cmd_ignored(Command):
1945
1946
"""List ignored files and the patterns that matched them.
1948
1956
encoding_type = 'replace'