hg clean does not seem to exist, which kinda bothers me. Is this a feature that Mercurial doesn’t have or did they just name it differently?
Share
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.
There is no equivalent to
git cleanin the core Mercurial package.However, the
hg purgeextension does what you are after.There is an open issue to make this extension part of the core package.