Lines Matching refs:cvs_output
2059 cvs_output (finfo->fullname, 0); in merge_file()
2060 cvs_output (" already contains the differences between ", 0); in merge_file()
2061 cvs_output (vers->vn_user, 0); in merge_file()
2062 cvs_output (" and ", 0); in merge_file()
2063 cvs_output (vers->vn_rcs, 0); in merge_file()
2064 cvs_output ("\n", 1); in merge_file()
2347 cvs_output (finfo->fullname, 0); in join_file()
2348 cvs_output (" already contains the differences between ", 0); in join_file()
2349 cvs_output (rev1 ? rev1 : "creation", 0); in join_file()
2350 cvs_output (" and ", 0); in join_file()
2351 cvs_output (rev2, 0); in join_file()
2352 cvs_output ("\n", 1); in join_file()
2591 cvs_output (finfo->fullname, 0); in join_file()
2592 cvs_output (" already contains the differences between ", 0); in join_file()
2593 cvs_output (rev1, 0); in join_file()
2594 cvs_output (" and ", 0); in join_file()
2595 cvs_output (rev2, 0); in join_file()
2596 cvs_output ("\n", 1); in join_file()