I have a Mercurial repository that I use in local only... It\'s for my personal usage (so I don\'t \"push\" anywhere).
I made a commit with 3 files, but after that I und
In modern hg:
hg uncommit
or, for your exact problem:
hg add file4 hg amend