TortoiseHg adds a “ms” (merge status?) column after doing a merge which indicates ‘R’ or ‘U’. What is the equivalent command line command?
TortoiseHg adds a ms (merge status?) column after doing a merge which indicates ‘R’
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.
hg resolve –list
Found while trying to understand what the ‘R’ and ‘U’ stood for in the questions statement 😉