Show More
@@ -51,6 +51,10 b' right="last(sort(heads(all()), \'desc\'), ' | |||||
51 | leftsubset="ancestors($left, $depth) and only($left, heads(all() - $left))" |
|
51 | leftsubset="ancestors($left, $depth) and only($left, heads(all() - $left))" | |
52 | rightsubset="ancestors($right, $depth) and only($right, heads(all() - $right))" |
|
52 | rightsubset="ancestors($right, $depth) and only($right, heads(all() - $right))" | |
53 |
|
53 | |||
|
54 | echo '### creating left/right repositories with missing changesets:' | |||
|
55 | echo '# left revset:' '"'${leftsubset}'"' | |||
|
56 | echo '# right revset:' '"'${rightsubset}'"' | |||
|
57 | ||||
54 | echo '### building left repository:' $left-repo |
|
58 | echo '### building left repository:' $left-repo | |
55 | echo '# cloning' |
|
59 | echo '# cloning' | |
56 | hg clone --noupdate "${repo}" "${leftrepo}" |
|
60 | hg clone --noupdate "${repo}" "${leftrepo}" |
General Comments 0
You need to be logged in to leave comments.
Login now