hg revert <filename>
More information on the available hg commands is available on the page.
(Note that this is not the same as git revert - the git revert command for returning collisions, the hg revert command is for returning local changes. Also, the command you really should use to remove local changes in git is actually git reset , not check.)
Amber May 04 '10 at 2:09 a.m. 2010-05-04 02:09
source share