Is there a command in mercurial that will list all files currently under source control?
I can do a dir /s
to list all files in my folder and subfolders, but I have no idea which have been added to my repository. I have a variety of excluded file types and folders and I want verify that none of them were added before I set them up in my .hgignore file.