Submitter | Pierre-Yves David |
---|---|
Date | March 7, 2019, 11:26 p.m. |
Message ID | <30752188271ad9943379.1552001200@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/39127/ |
State | Accepted |
Headers | show |
Comments
Patch
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}"