How to list all files in a repository in Mercurial (hg)?
Posted
by JamesWampler
on Stack Overflow
See other posts from Stack Overflow
or by JamesWampler
Published on 2010-06-08T18:20:01Z
Indexed on
2010/06/08
18:22 UTC
Read the original article
Hit count: 156
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.
© Stack Overflow or respective owner