I come from svn. I'm currently in revision 20, realized I made a mistake, and want to go back to see the code I had in revision 7. I only want to read the code, copy a part to different file, go back to revision 20, and make the changes that I have to do.
Now, when I type
hg update -r 7
I get a log of requests to merge showing me the file differences. Why is that? I don't want to merge, I want to go back! I cannot find any info -or at least understand it- that explains why I have to merge something if I want to go back in the repository.
EDIT: Actually the answer, but I cannot answer my question for timing and reputation points. I needed to commit the current changes, and after that make the update. Pretty obvious actually. Sorry.