# # # patch "tests/importing_cvs_branches/__driver__.lua" # from [940090e79909e7cf8c8676eb9c4a82277e1b1f4d] # to [a656eebb5ccd033dd7b1b595479916cf82003fb6] # ============================================================ --- tests/importing_cvs_branches/__driver__.lua 940090e79909e7cf8c8676eb9c4a82277e1b1f4d +++ tests/importing_cvs_branches/__driver__.lua a656eebb5ccd033dd7b1b595479916cf82003fb6 @@ -28,7 +28,7 @@ CSHA3=sha1("changelog.3") -- 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 branches were imported check(mtn("list", "branches"), 0, true, false)