D3100: tests: port test-convert-filemap.t to simple store

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Apr 6 21:20:55 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG84e7d2d8c098: tests: port test-convert-filemap.t to simple store (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3100?vs=7682&id=7826

REVISION DETAIL
  https://phab.mercurial-scm.org/D3100

AFFECTED FILES
  tests/test-convert-filemap.t

CHANGE DETAILS

diff --git a/tests/test-convert-filemap.t b/tests/test-convert-filemap.t
--- a/tests/test-convert-filemap.t
+++ b/tests/test-convert-filemap.t
@@ -283,14 +283,23 @@
   > exclude dir/subdir
   > include dir/subdir/file3
   > EOF
+#if reporevlogstore
   $ rm source/.hg/store/data/dir/file3.i
   $ rm source/.hg/store/data/dir/file4.i
+#endif
+#if reposimplestore
+  $ rm -rf source/.hg/store/data/dir/file3
+  $ rm -rf source/.hg/store/data/dir/file4
+#endif
   $ hg -q convert --filemap renames.fmap --datesort source dummydest
-  abort: data/dir/file3.i at e96dce0bc6a2: no match found!
+  abort: data/dir/file3.i at e96dce0bc6a2: no match found! (reporevlogstore !)
+  abort: data/dir/file3/index at e96dce0bc6a2: no node! (reposimplestore !)
   [255]
   $ hg -q convert --filemap renames.fmap --datesort --config convert.hg.ignoreerrors=1 source renames.repo
-  ignoring: data/dir/file3.i at e96dce0bc6a2: no match found
-  ignoring: data/dir/file4.i at 6edd55f559cd: no match found
+  ignoring: data/dir/file3.i at e96dce0bc6a2: no match found (reporevlogstore !)
+  ignoring: data/dir/file4.i at 6edd55f559cd: no match found (reporevlogstore !)
+  ignoring: data/dir/file3/index at e96dce0bc6a2: no node (reposimplestore !)
+  ignoring: data/dir/file4/index at 6edd55f559cd: no node (reposimplestore !)
   $ hg up -q -R renames.repo
   $ glog -R renames.repo
   @  4 "8: change foo" files: foo2



To: indygreg, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list