I am using Mercurial. I made a storage clone. For debugging, I changed a few lines of code in a java file. However, I did not make these changes. I just want to return them back to their original state, as shown in the repository. I tried hg revert filename.java , which returned it, but now when I do hg status , I see additional files added to my folder, now it seems:
? filename.java.orig
Can I just delete these files, and why does Mercurial do them when I use revert?
mercurial
user246114 Feb 10 '10 at 18:26 2010-02-10 18:26
source share