# # # patch "tests/importing_cvs_branches2/__driver__.lua" # from [dbd13b90a55f927ecb95142c8a1d374cfa0ec757] # to [087b4df60a32631d9d2e58c018827790049a83d3] # ============================================================ --- tests/importing_cvs_branches2/__driver__.lua dbd13b90a55f927ecb95142c8a1d374cfa0ec757 +++ tests/importing_cvs_branches2/__driver__.lua 087b4df60a32631d9d2e58c018827790049a83d3 @@ -38,7 +38,7 @@ writefile("changelog.D.5", readfile("cha writefile("changelog.D.5", readfile("changelog.C.4").."fifth changelog -on branch D-\n") -- import into monotone and check presence of files -check(mtn("--debug", "--branch=test", "cvs_import", "cvs-repository/test"), 0, false, false) +check(mtn("--branch=test", "cvs_import", "cvs-repository/test"), 0, false, false) -- check if all non-empty branches were imported check(mtn("list", "branches"), 0, true, false)