- I
clonea repo to c:\mycopy - I create new files in my working dir
How can I tell hg update to delete any new files in my working dir? I don’t want it to delete files that are in the ignored file patterns.
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.
Use the purge extension. It won’t be update doing it, but you can purge after updating.