##// END OF EJS Templates
tests: coverage of ancestry with convert in multiple non-overlapping steps...
Mads Kiilerich -
r28899:8c94594a default
parent child Browse files
Show More
@@ -221,3 +221,25 b' Convert from specified revs'
221 |/
221 |/
222 o 0 "0: add a b f" files: a b f
222 o 0 "0: add a b f" files: a b f
223
223
224 Convert in multiple steps that doesn't overlap - the link to the parent is
225 currently missing
226
227 $ hg convert --config convert.hg.revs=::1 source multistep
228 initializing destination multistep repository
229 scanning source...
230 sorting...
231 converting...
232 1 0: add a b f
233 0 1: add c, move f to d
234 $ hg convert --config convert.hg.revs=2 source multistep
235 scanning source...
236 sorting...
237 converting...
238 0 2: copy e from a, change b
239 $ glog multistep
240 o 2 "2: copy e from a, change b" files: a b c d e
241
242 o 1 "1: add c, move f to d" files: c d f
243 |
244 o 0 "0: add a b f" files: a b f
245
General Comments 0
You need to be logged in to leave comments. Login now