Show More
@@ -42,8 +42,8 b' shift' | |||||
42 | depth="$1" |
|
42 | depth="$1" | |
43 | shift |
|
43 | shift | |
44 |
|
44 | |||
45 | leftrepo="${repo}-left" |
|
45 | leftrepo="${repo}-${nbheads}h-${depth}d-left" | |
46 | rightrepo="${repo}-right" |
|
46 | rightrepo="${repo}-${nbheads}h-${depth}d-right" | |
47 |
|
47 | |||
48 | left="first(sort(heads(all()), 'desc'), $nbheads)" |
|
48 | left="first(sort(heads(all()), 'desc'), $nbheads)" | |
49 | right="last(sort(heads(all()), 'desc'), $nbheads)" |
|
49 | right="last(sort(heads(all()), 'desc'), $nbheads)" |
General Comments 0
You need to be logged in to leave comments.
Login now