Closed mattharrison closed 13 years ago
Magit has a command to reset, I believe the hg equivalent is hg update -C or hg revert -r tip path/to/file (for a file)
hg update -C
hg revert -r tip path/to/file
Magit has a command to reset, I believe the hg equivalent is
hg update -C
orhg revert -r tip path/to/file
(for a file)