Revert, then commit, then revert again
Samuel Sumner
ssumneraum at gmail.com
Mon Jan 7 18:37:53 UTC 2013
So I was working on a project in C++ that we had source controlled in
Mercurial. I eventually had made so many mistakes on the last revision,
that I wasn't getting anywhere so I reverted:
hg update -r 23
Then I made some successful changes, and committed normally.
hg commit -u .....
I still have a few minor mistakes, and in trying to solve them I realize I
had written some code in the first tip (before the revert). Is there any
way to see the files from that revision? Or have the changes been
overwritten by the subsequent commit?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20130107/dce03e90/attachment-0002.html>
More information about the Mercurial
mailing list