With hg, how I can see in command line the branches graphs? Similar to
git log --pretty=oneline --graph
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.
For
Mercurial 2.3and up, useFor older Mercurial, you need to first install the the graphlog extension which will enable the above command. The graphlog extension also adds an alias
in all versions of Mercurial.