Show More
@@ -283,14 +283,23 b' ensure that the filemap contains duplica' | |||
|
283 | 283 | > exclude dir/subdir |
|
284 | 284 | > include dir/subdir/file3 |
|
285 | 285 | > EOF |
|
286 | #if reporevlogstore | |
|
286 | 287 | $ rm source/.hg/store/data/dir/file3.i |
|
287 | 288 | $ rm source/.hg/store/data/dir/file4.i |
|
289 | #endif | |
|
290 | #if reposimplestore | |
|
291 | $ rm -rf source/.hg/store/data/dir/file3 | |
|
292 | $ rm -rf source/.hg/store/data/dir/file4 | |
|
293 | #endif | |
|
288 | 294 | $ hg -q convert --filemap renames.fmap --datesort source dummydest |
|
289 | abort: data/dir/file3.i@e96dce0bc6a2: no match found! | |
|
295 | abort: data/dir/file3.i@e96dce0bc6a2: no match found! (reporevlogstore !) | |
|
296 | abort: data/dir/file3/index@e96dce0bc6a2: no node! (reposimplestore !) | |
|
290 | 297 | [255] |
|
291 | 298 | $ hg -q convert --filemap renames.fmap --datesort --config convert.hg.ignoreerrors=1 source renames.repo |
|
292 | ignoring: data/dir/file3.i@e96dce0bc6a2: no match found | |
|
293 | ignoring: data/dir/file4.i@6edd55f559cd: no match found | |
|
299 | ignoring: data/dir/file3.i@e96dce0bc6a2: no match found (reporevlogstore !) | |
|
300 | ignoring: data/dir/file4.i@6edd55f559cd: no match found (reporevlogstore !) | |
|
301 | ignoring: data/dir/file3/index@e96dce0bc6a2: no node (reposimplestore !) | |
|
302 | ignoring: data/dir/file4/index@6edd55f559cd: no node (reposimplestore !) | |
|
294 | 303 | $ hg up -q -R renames.repo |
|
295 | 304 | $ glog -R renames.repo |
|
296 | 305 | @ 4 "8: change foo" files: foo2 |
General Comments 0
You need to be logged in to leave comments.
Login now