for some reason “hg ci –close-branch” is coming up as an command not found in my mercurial. how do I get around this to close the branch in a different way?
thanks!
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.
Your mercurial is too old. Close branch was added in version 1.6 or 1.7. You should upgrade, which is quite easy on most any platform.
Failing that there’s no way to close a branch, but you can make it inactive by merging it into another branch. Both closed and inactive non-final for a named branch — they never really go away.