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