Mercurial (hg) commit only certain files
- by bresc
Hi I'm trying to commit only certain files with hg.
Because of of hg having auto-add whenever I try to commit a change it wants to commit all files. But I don't want that because certain files are not "ready" yet.
There is hg commit -I thefile.foo, but this is only for one file.
The better way for me would be if I can turn off auto-add as in git. Is this possible?
thx