Added tag 3.6.2 for changeset
2d437a0f3355
docker: match more version of 'hg docker version' (
issue4967)
My version of docker (1.8.3) have a different formating for 'docker version'
that broke the build script. We make the version matching more generic in to
work with both version.
localrepo.commit: check all files for resolve state (
issue4972)
Previously we were only checking modified files for their resolve state. But a
file might be unresolved yet not in the modified state. Handle all such cases
properly.
contrib/perf: perfparents handle tiny repos
refuse to run if there are not enough commits
contrib/perf: fix perfmergecalculate
merge.calculateupdates requires an array of ancestors and followcopies
contrib/perf: fix perffncachewrite
fncache.write requires a transaction (and thus a lock)