Show More
@@ -125,7 +125,7 b' We want 2 to depend on 1 and 3. Since 3 ' | |||
|
125 | 125 | the bug should be exhibited with all conversion orders. |
|
126 | 126 | |
|
127 | 127 | $ cat > ../splicemap <<EOF |
|
128 |
> |
|
|
128 | > `(hg id -r 2 -i --debug)` `(hg id -r 1 -i --debug)`, `(hg id -r 3 -i --debug)` | |
|
129 | 129 | > EOF |
|
130 | 130 | $ cd .. |
|
131 | 131 | $ cat splicemap |
@@ -169,9 +169,9 b' and destination identifiers. Test unknow' | |||
|
169 | 169 | converting... |
|
170 | 170 | 0 addb |
|
171 | 171 | $ cat > splicemap <<EOF |
|
172 |
> |
|
|
173 |
> |
|
|
174 |
> |
|
|
172 | > `(hg -R ordered id -r 2 -i --debug)` \ | |
|
173 | > `(hg -R ordered-hg2 id -r 1 -i --debug)`,\ | |
|
174 | > `(hg -R ordered-hg2 id -r 2 -i --debug)` | |
|
175 | 175 | > deadbeef102a90ea7b4a3361e4082ed620918c26 deadbeef102a90ea7b4a3361e4082ed620918c27 |
|
176 | 176 | > EOF |
|
177 | 177 | $ hg convert --splicemap splicemap ordered ordered-hg2 |
@@ -211,9 +211,9 b' Test clonebranches' | |||
|
211 | 211 | Test invalid dependency |
|
212 | 212 | |
|
213 | 213 | $ cat > splicemap <<EOF |
|
214 |
> |
|
|
214 | > `(hg -R ordered id -r 2 -i --debug)` \ | |
|
215 | 215 | > deadbeef102a90ea7b4a3361e4082ed620918c26,\ |
|
216 |
> |
|
|
216 | > `(hg -R ordered-hg2 id -r 2 -i --debug)` | |
|
217 | 217 | > EOF |
|
218 | 218 | $ hg convert --splicemap splicemap ordered ordered-hg4 |
|
219 | 219 | initializing destination ordered-hg4 repository |
General Comments 0
You need to be logged in to leave comments.
Login now