From the official Mercurial website, here is a quote for yet another reason against using Mercurial
"... if you attempt to use a branch per bugfix, you may eventually run into performance issues. Mercurial is designed to work well with hundreds of branches. It still works quite well with ten thousand branches, but some commands might show noticeable overhead which you will only see after your workflow already stabilized."http://mercurial.selenic.com/wiki/StandardBranching#Don.27t_treat_branch_names_as_disposable
Please use git.
1 comment
$HOME/.hgrc
with:[defaults] revert = --no-backup
Leave a Reply