# # patch "tests/t_gitimport.at" # from [7f4be926c037f1470d0600586507253e82fd9987] # to [8d4f1c14e114dc20d940dc9f56a178a5a3be7bf0] # # patch "tests/t_gitimport2.at" # from [5e6468769849148102d613b0827581d2ce35569f] # to [207e1f6c3fae439aac491395f8b826ba83db6639] # ======================================================================== --- tests/t_gitimport.at 7f4be926c037f1470d0600586507253e82fd9987 +++ tests/t_gitimport.at 8d4f1c14e114dc20d940dc9f56a178a5a3be7bf0 @@ -45,7 +45,7 @@ # import into monotone and check presence of files -AT_CHECK(MONOTONE --branch=testbranch git_import .git, [], [ignore], [ignore]) +AT_CHECK(MONOTONE --branch=testbranch git import .git, [], [ignore], [ignore]) AT_CHECK(MONOTONE cat file $TSHA0, [], [ignore]) AT_CHECK(MONOTONE cat file $TSHA1, [], [ignore]) AT_CHECK(MONOTONE cat file $TSHA2, [], [ignore]) ======================================================================== --- tests/t_gitimport2.at 5e6468769849148102d613b0827581d2ce35569f +++ tests/t_gitimport2.at 207e1f6c3fae439aac491395f8b826ba83db6639 @@ -53,7 +53,7 @@ # import into monotone and check presence of files -AT_CHECK(MONOTONE --branch=testbranch git_import .git, [], [ignore], [ignore]) +AT_CHECK(MONOTONE --branch=testbranch git import .git, [], [ignore], [ignore]) AT_CHECK(MONOTONE cat file $TSHA0, [], [ignore]) AT_CHECK(MONOTONE cat file $TSHA1, [], [ignore]) AT_CHECK(MONOTONE cat file $TSHA2, [], [ignore])