diff --git a/contrib/perf-utils/discovery-helper.sh b/contrib/perf-utils/discovery-helper.sh --- a/contrib/perf-utils/discovery-helper.sh +++ b/contrib/perf-utils/discovery-helper.sh @@ -51,6 +51,10 @@ right="last(sort(heads(all()), 'desc'), leftsubset="ancestors($left, $depth) and only($left, heads(all() - $left))" rightsubset="ancestors($right, $depth) and only($right, heads(all() - $right))" +echo '### creating left/right repositories with missing changesets:' +echo '# left revset:' '"'${leftsubset}'"' +echo '# right revset:' '"'${rightsubset}'"' + echo '### building left repository:' $left-repo echo '# cloning' hg clone --noupdate "${repo}" "${leftrepo}"