I cannot reproduce the same results as provided at https://www.mercurial-scm.org/wiki/Backout
After I performed hg backout -r 1 as said there – no new changeset appears and I just have a file modified in tip.
Why is that?
ps: I’m using hg 1.9
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This was changed in Mercurial 1.7. See https://www.mercurial-scm.org/wiki/WhatsNew. Apparently, you can now use
--mergeto get the previous behavior.