evolve: remove not required calls to phases.retractboundary()
To make sure phases are preserved during evolve, we started using the
phases.new-commit config option. Now we don't need to call
phases.retractboundary(). Let's remove the redundant code.
. $TESTDIR/testlib/pythonpath.sh
cat >> $HGRCPATH << EOF
[extensions]
docgraph=
EOF