I need to revert back to a particular revision.
For accomplishing the same, i am using the following command:
hg revert -r REV
(Reference - here)
But the problem is that even though i know the nodeid
of that particular revision (the one to which i want to revert), but i do not know the revision number
.
is there any way in which i could get the revision number(REV)
from that nodeid
?
Please help me out here - I am new to using Mercurial
Thanks in advance.