From Mercurial FAQ page I read how to discard all local changes of my repo.
hg update -C -r
But what I want is to discard local changes in particular file and/or a group of files separated by space/comma. I tried following command but why this is not working?
hg update relative/path/to/my/file.rb