D5625: tests: suppress "Checked out 1 paths of <hash>" from modern git

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Jan 18 07:36:07 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGc0221d929eb9: tests: suppress "Checked out 1 paths of <hash>" from modern git (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5625?vs=13308&id=13322

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

AFFECTED FILES
  tests/test-convert-git.t

CHANGE DETAILS

diff --git a/tests/test-convert-git.t b/tests/test-convert-git.t
--- a/tests/test-convert-git.t
+++ b/tests/test-convert-git.t
@@ -750,7 +750,7 @@
 test missing .gitmodules
 
   $ git submodule add ../git-repo4 >/dev/null 2>/dev/null
-  $ git checkout HEAD .gitmodules
+  $ git checkout HEAD -- .gitmodules
   $ git rm .gitmodules
   rm '.gitmodules'
   $ git commit -q -m "remove .gitmodules" .gitmodules



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list