evolve: delete dead calculation of number of troubled revisions
The "count" variable is recalculated in the regular (no --continue)
code path and it isn't used anywhere else (it used to be set to 1 in
the --continue code path, but that now has its own progress counting).
Test that share-clones use the cache in the original repository.
$ . $TESTDIR/testlib/common.sh
$ hg init share-base
$ cd share-base/
$ cat >> .hg/hgrc <<EOF
> [extensions]
> evolve=
> share=
> EOF
$ hg debugbuilddag .+3:branchpoint+4*branchpoint+2
$ cd ..
$ hg --config extensions.share= share -U share-base share-client
$ cd share-client
$ hg debugupdatecache
$ test -d .hg/cache
[1]
$ test -d ../share-base/.hg/cache